[
https://issues.apache.org/jira/browse/KYLIN-4736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221225#comment-17221225
]
ASF GitHub Bot commented on KYLIN-4736:
---------------------------------------
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:
[email protected]
> Upgrade Flink version to 1.11.1
> -------------------------------
>
> Key: KYLIN-4736
> URL: https://issues.apache.org/jira/browse/KYLIN-4736
> Project: Kylin
> Issue Type: Sub-task
> Components: Flink Engine
> Reporter: vinoyang
> Assignee: chenjie
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)