hit-lacus commented on a change in pull request #1611:
URL: https://github.com/apache/kylin/pull/1611#discussion_r596003733
##########
File path: build/bin/kylin.sh
##########
@@ -143,9 +143,9 @@ function retrieveDependency() {
# compose hadoop_dependencies
hadoop_dependencies=${hadoop_dependencies}:`hadoop classpath`
-# if [ -n "${hbase_dependency}" ]; then
-# hadoop_dependencies=${hadoop_dependencies}:${hbase_dependency}
-# fi
+ if [ -n "${hbase_dependency}" ]; then
Review comment:
From my side, I would like to remove HBase related jars in the future.
So, I find it will break the this CubeMigrationTool .
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]