Skip to content

Commit

Permalink
feat: change zkServer.sh startup zk configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiangnan committed Apr 28, 2024
1 parent 442a4d3 commit 0bd4c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/sbin/start-zks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do
dir=$(echo "$line" | awk -F ' ' '{print $3}')

echo "start zookeeper in $dir with endpoint $host:$port "
cmd="cd $dir && bin/zkServer.sh start"
cmd="cd $dir && bin/zkServer.sh start $dir/conf/zoo.cfg"
# special for java
pre=""
if [[ -n $RUNNER_JAVA_HOME ]]; then
Expand Down

0 comments on commit 0bd4c8a

Please sign in to comment.