You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/23 04:32:46 UTC

[incubator-inlong] branch master updated: [INLONG-2659][Sort] Modify the name of the inlong-sort component startup jar package

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d8e4b00  [INLONG-2659][Sort] Modify the name of the inlong-sort component startup jar package
d8e4b00 is described below

commit d8e4b0049175b701f7de848231f1cea52254bfee
Author: Greedyu <60...@qq.com>
AuthorDate: Wed Feb 23 12:32:40 2022 +0800

    [INLONG-2659][Sort] Modify the name of the inlong-sort component startup jar package
    
    Co-authored-by: densonyu <de...@tencent.com>
---
 bin/inlong-daemon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/inlong-daemon b/bin/inlong-daemon
index 4cb9dbb..a9a792a 100644
--- a/bin/inlong-daemon
+++ b/bin/inlong-daemon
@@ -199,7 +199,7 @@ start_inlong_sort() {
   flagfile=$(find / -name find-flink-home.sh)
   flink_bin=$(dirname $flagfile)
   cd $INLONG_HOME
-  $flink_bin/flink run -c org.apache.inlong.sort.flink.Entrance inlong-sort/sort-core*.jar \
+  $flink_bin/flink run -c org.apache.inlong.sort.flink.Entrance inlong-sort/sort-dist*.jar \
   --cluster-id $sort_app_name --zookeeper.quorum $zkserver_addr --zookeeper.path.root $cluster_zk_root \
   --source.type $source_type --sink.type $sink_type &
 }