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:56:57 UTC

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

chenjie-sau commented on a change in pull request #1462:
URL: https://github.com/apache/kylin/pull/1462#discussion_r512478705



##########
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:
       This configuration will not affect other functions, it has been verified,This is done in order to prevent the FileSystem from shutting down prematurely, resulting in abnormal file information acquisition




----------------------------------------------------------------
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