acelyc111 commented on code in PR #1514:
URL: 
https://github.com/apache/incubator-pegasus/pull/1514#discussion_r1217412179


##########
scripts/start_zk.sh:
##########
@@ -40,26 +40,45 @@ then
     exit 1
 fi
 
-ZOOKEEPER_PKG=`pwd`/thirdparty/build/Download/zookeeper/zookeeper-3.4.10.tar.gz
-if [ ! -f ${ZOOKEEPER_PKG} ]; then
-    echo "no such file \"${ZOOKEEPER_PKG}\""
-    echo "please install third-parties first"
-    exit 1
-fi
-
 cd "$INSTALL_DIR" || exit
 
-if [ ! -d zookeeper-3.4.10 ]; then
+# if [ ! -d zookeeper-3.4.10 ]; then

Review Comment:
   Just remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to