You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/10/27 07:21:14 UTC

[GitHub] [kylin] zzcclp commented on a change in pull request #1462: KYLIN-4736 flink upgrade to 1.11.1

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