zhangayqian commented on a change in pull request #1222:
URL: https://github.com/apache/kylin/pull/1222#discussion_r443982825
##########
File path: build/bin/kylin.sh
##########
@@ -40,16 +40,10 @@ function retrieveDependency() {
source ${dir}/cached-hive-dependency.sh
source ${dir}/cached-hbase-dependency.sh
source ${dir}/cached-hadoop-conf-dir.sh
- source ${dir}/cached-kafka-dependency.sh
Review comment:
Because these three checks are put in check-env.sh, there is no need to
check them again here.
But now it is found that some tool commands, such as `bin/kylin.sh
org.apache.kylin.source.kafka.util.KafkaSampleProducer`, require Kafka's
dependency. However, the check-env.sh is not executed when using this command,
which makes it unable to load Kafka's dependency.
This is my negligence. It should not be removed here.
----------------------------------------------------------------
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]