shaofengshi commented on a change in pull request #561: KYLIN-3915 Make HADOOP_CLASSPATH configurable for Flink engine URL: https://github.com/apache/kylin/pull/561#discussion_r269983119
########## File path: core-common/src/main/resources/kylin-defaults.properties ########## @@ -336,6 +336,7 @@ kylin.engine.spark-conf-mergedict.spark.memory.fraction=0.2 kylin.engine.flink-conf.jobmanager.heap.size=2G kylin.engine.flink-conf.taskmanager.heap.size=4G kylin.engine.flink-conf.taskmanager.numberOfTaskSlots=1 +kylin.engine.flink-conf.env.hadoopclasspath=/usr/hdp/2.4.0.0-169/hadoop/ Review comment: Can this Hadoop path be detected at runtime? It is difficult for the user to configure this. Please refer to the "find-hadoop-conf-dir.sh" ---------------------------------------------------------------- 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] With regards, Apache Git Services
