Skip to content

Commit

Permalink
fix download hadoop/zk
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Oct 17, 2024
1 parent 2ecebb0 commit 65c689f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin_tools/download_hadoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CWD=$(cd "$(dirname "$0")" && pwd)
if [ $# -lt 1 ]; then
echo "Invalid arguments !"
echo "USAGE: $0 <HADOOP_BIN_PATH>"
exit 1
fi

HADOOP_BIN_PATH=$1
Expand Down
1 change: 1 addition & 0 deletions admin_tools/download_zk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CWD=$(cd $(dirname $0) && pwd)
if [ $# -lt 1 ]; then
echo "Invalid arguments !"
echo "USAGE: $0 <ZOOKEEPER_BIN_PATH>"
exit 1
fi

ZOOKEEPER_BIN_PATH=$1
Expand Down

0 comments on commit 65c689f

Please sign in to comment.