You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/13 08:20:08 UTC

[GitHub] [inlong-website] dockerzhang commented on a diff in pull request #538: [INLONG-537][Sort][Agent] Add TubeMQ connector docs and update Agent docs

dockerzhang commented on code in PR #538:
URL: https://github.com/apache/inlong-website/pull/538#discussion_r969299730


##########
docs/modules/sort/quick_start.md:
##########
@@ -14,7 +14,8 @@ Currently, InLong Sort relies on Flink-1.13.5. Chose `flink-1.13.5-bin-scala_2.1
 - InLong Sort file, [Download](https://inlong.apache.org/download/) `apache-inlong-[version]-bin.tar.gz`
 - Data Nodes Connectors, [Download](https://inlong.apache.org/download/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
-Notice: Please put required Connectors jars into under `FLINK_HOME/lib/` after download.
+Notice: Please put required Connectors jars into under `FLINK_HOME/lib/` after download.  
+Put mysql-connector-java:8.0.21 jar to `FLINK_HOME/lib/` when you use `mysql-cdc-inlong` connector. 

Review Comment:
   please use [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar) and add the link.



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md:
##########
@@ -12,7 +12,8 @@ sidebar_position: 2
 - InLong Sort 运行文件,[下载](https://inlong.apache.org/zh-CN/download/) `apache-inlong-[version]-bin.tar.gz`
 - 数据节点 Connectors,[下载](https://inlong.apache.org/zh-CN/download/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
-注意:Connectors 下载后可以将需要的 jars 放到`FLINK_HOME/lib/`下。
+注意:Connectors 下载后可以将需要的 jars 放到`FLINK_HOME/lib/`下。  
+如果使用`mysql-cdc-inlong` 连接器,请将 `mysql-connector-java:8.0.21` jar 包放到 `FLINK_HOME/lib/`下。

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org