Skip to content

Commit

Permalink
feat: sbin use the generated zk conf (#3901)
Browse files Browse the repository at this point in the history
Co-authored-by: lijiangnan <[email protected]>
  • Loading branch information
greatljn and lijiangnan authored Apr 28, 2024
1 parent 0c10b16 commit 3d9eb1e
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 3d9eb1e

Please sign in to comment.