You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/04/21 07:29:49 UTC

[incubator-hop] branch master updated: [HOP-2784] Change connector doc of Doris

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 96c322d  [HOP-2784] Change connector doc of Doris
     new 7d02f77  Merge pull request #759 from EmmyMiao87/patch-2
96c322d is described below

commit 96c322d0a5dbf70ecd9a93adcb0a58c57ad610f5
Author: EmmyMiao87 <52...@qq.com>
AuthorDate: Wed Apr 21 15:13:55 2021 +0800

    [HOP-2784] Change connector doc of Doris
    
    The port of JDBC url is incorrect [http://hop.apache.org/manual/latest/database/databases/doris.html]
    This PR change the port to query port of Frontend in Doris.
    The default port is 9030.
---
 docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc b/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
index 211885e..9739fe5 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
@@ -31,6 +31,8 @@ Please see the https://doris.apache.org[Apache Doris website] for more informati
 |Version Included | None
 |Hop Dependencies | None
 |Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/[Documentation Link]
-|JDBC Url | jdbc:mysql://hostname:33060/databaseName
+|JDBC Url | jdbc:mysql://hostname:9030/databaseName
 |===
 
+The port of JDBC Url is same as the query port of Frontend in Doris.
+