iwasakims commented on code in PR #1242:
URL: https://github.com/apache/bigtop/pull/1242#discussion_r1510281690


##########
bigtop-packages/src/common/alluxio/install_alluxio.sh:
##########
@@ -65,12 +66,15 @@ while true ; do
         --bin-dir)
         BIN_DIR=$2 ; shift 2
         ;;
-        --var-dir)
-        VAR_DIR=$2 ; shift 2
+        --var-alluxio-dir)
+        VAR_ALLUXIO_DIR=$2 ; shift 2
         ;;
         --data-dir)
         DATA_DIR=$2 ; shift 2
         ;;
+               --conf-dist-dir)
+               CONF_DIST_DIR=$2 ; shift 2
+               ;;

Review Comment:
   should be indented with whitespace instead of tab.



-- 
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: dev-unsubscr...@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to