[
https://issues.apache.org/jira/browse/KYLIN-4736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221207#comment-17221207
]
ASF GitHub Bot commented on KYLIN-4736:
---------------------------------------
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:
[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)