Skip to content

Commit

Permalink
[INLONG-2659][Sort] Modify the name of the inlong-sort component star…
Browse files Browse the repository at this point in the history
…tup jar package

Co-authored-by: densonyu <[email protected]>
  • Loading branch information
Greedyu and Greedyu authored Feb 23, 2022
1 parent c01266d commit d8e4b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/inlong-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
}
Expand Down

0 comments on commit d8e4b00

Please sign in to comment.