You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by al...@apache.org on 2022/02/18 07:39:52 UTC

[incubator-inlong-website] branch master updated: [INLONG-2561][Sort] Update deploy settings of InLong-Sort (#2561) (#284)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7bbf0a2  [INLONG-2561][Sort] Update deploy settings of InLong-Sort (#2561) (#284)
7bbf0a2 is described below

commit 7bbf0a245b4fb997c7c693fcc0c1a81a76c305f1
Author: Kevin Wen <ke...@gmail.com>
AuthorDate: Fri Feb 18 15:39:15 2022 +0800

    [INLONG-2561][Sort] Update deploy settings of InLong-Sort (#2561) (#284)
---
 docs/modules/sort/quick_start.md                                      | 4 ++--
 .../current/modules/sort/quick_start.md                               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/sort/quick_start.md b/docs/modules/sort/quick_start.md
index b4c1328..6d10572 100644
--- a/docs/modules/sort/quick_start.md
+++ b/docs/modules/sort/quick_start.md
@@ -19,7 +19,7 @@ Now you can submit job to flink with the jar compiled, refer to [how to submit j
 
 Example:
 ```
-./bin/flink run -c org.apache.inlong.sort.flink.Entrance inlong-sort/sort-core-[version].jar \
+./bin/flink run -c org.apache.inlong.sort.flink.Entrance inlong-sort/sort-dist-[version].jar \
 --cluster-id inlong_app --zookeeper.quorum 127.0.0.1:2181 --zookeeper.path.root /inlong_sort \
 --source.type tubemq --metrics.audit.proxy.hosts 127.0.0.1:10081 --sink.type hive
 ```
@@ -28,7 +28,7 @@ Notice:
 
 - `-c org.apache.inlong.sort.flink.Entrance` is the main class name
 
-- `inlong-sort/sort-core-[version].jar` is the compiled jar
+- `inlong-sort/sort-dist-[version].jar` is the compiled jar
 
 ## Necessary configurations
 - `--cluster-id ` represent a specified inlong-sort application, same as the configuration of `sort.appName` in inlong-manager
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md
index 5a5b01f..bb6f3c3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md
@@ -18,7 +18,7 @@ flink环境配置完成后,可以通过浏览器访问flink的web ui,对应
 
 示例:
 ```
-./bin/flink run -c org.apache.inlong.sort.flink.Entrance inlong-sort/sort-core-[version].jar \
+./bin/flink run -c org.apache.inlong.sort.flink.Entrance inlong-sort/sort-dist-[version].jar \
 --cluster-id inlong_app --zookeeper.quorum 127.0.0.1:2181 --zookeeper.path.root /inlong_sort \
 --source.type tubemq --metrics.audit.proxy.hosts 127.0.0.1:10081 --sink.type hive
 ```
@@ -27,7 +27,7 @@ flink环境配置完成后,可以通过浏览器访问flink的web ui,对应
 
 - `-c org.apache.inlong.sort.flink.Entrance` 表示main class name
 
-- `inlong-sort/sort-core-[version].jar` 为编译阶段产出的jar包
+- `inlong-sort/sort-dist-[version].jar` 为编译阶段产出的jar包
 
 ## 必要的配置
 - `--cluster-id ` 用来唯一标识一个inlong-sort作业,同inlong-manager中`sort.appName`配置一致