JiaLiangC commented on code in PR #1242:
URL: https://github.com/apache/bigtop/pull/1242#discussion_r1510598007
##########
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
Review Comment:
Thank you for the reminder. I have checked the Alluxio cluster,
configuration, and Ambari code. Indeed, the /var/lib/alluxio directory is not
being utilized. I have removed this directory from the packaged code.
--
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]