zzcclp commented on a change in pull request #1462:
URL: https://github.com/apache/kylin/pull/1462#discussion_r512462114



##########
File path: 
core-common/src/main/java/org/apache/kylin/common/util/HadoopUtil.java
##########
@@ -64,12 +64,14 @@ public static Configuration getCurrentConfiguration() {
             return conf;
         }
         Configuration conf = hadoopConfig.get();
+        conf.set("fs.hdfs.impl.disable.cache", "true");

Review comment:
       Why it needs to add this parameter here? and will it impact other 
functions, because there are some place calling this functions?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to