This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new ac077a1fd3b Change error port (#57) ac077a1fd3b is described below commit ac077a1fd3b88ce9d50c1d2c18c44664d9dcc432 Author: yuanyuan8983 <99315889+yuanyuan8...@users.noreply.github.com> AuthorDate: Mon Aug 22 11:45:18 2022 +0800 Change error port (#57) * Update jdbc-load.md --- docs/data-operate/import/import-scenes/jdbc-load.md | 2 +- .../current/data-operate/import/import-scenes/jdbc-load.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-operate/import/import-scenes/jdbc-load.md b/docs/data-operate/import/import-scenes/jdbc-load.md index f2314077c0e..ea3d35e3bdf 100644 --- a/docs/data-operate/import/import-scenes/jdbc-load.md +++ b/docs/data-operate/import/import-scenes/jdbc-load.md @@ -79,7 +79,7 @@ public class DorisJDBCDemo { private static final String JDBC_DRIVER = "com.mysql.jdbc.Driver"; private static final String DB_URL_PATTERN = "jdbc:mysql://%s:%d/%s?rewriteBatchedStatements=true"; private static final String HOST = "127.0.0.1"; // Leader Node host - private static final int PORT = 8030; // http port of Leader Node + private static final int PORT = 9030; // query port of Leader Node private static final String DB = "demo"; private static final String TBL = "test_1"; private static final String USER = "admin"; diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md index 0dd586e0306..1ab77c49c1b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-scenes/jdbc-load.md @@ -79,7 +79,7 @@ public class DorisJDBCDemo { private static final String JDBC_DRIVER = "com.mysql.jdbc.Driver"; private static final String DB_URL_PATTERN = "jdbc:mysql://%s:%d/%s?rewriteBatchedStatements=true"; private static final String HOST = "127.0.0.1"; // Leader Node host - private static final int PORT = 8030; // http port of Leader Node + private static final int PORT = 9030; // query port of Leader Node private static final String DB = "demo"; private static final String TBL = "test_1"; private static final String USER = "admin"; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org