[
https://issues.apache.org/jira/browse/KYLIN-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172257#comment-17172257
]
QiangZhang edited comment on KYLIN-4688 at 8/10/20, 11:39 AM:
--------------------------------------------------------------
h2. Cause Analysis
# job.getConfiguration() at HFileOutputFormat3.java:530 ,I found this method
may be get wrong result ,because I config “hbase.fs.tmp.dir” in hbase-site.xml
!image-2020-08-06-18-58-00-355.png!
# job.getgetConfiguration(), this method will call
org.apache.kylin.storage.hbase.HBaseConnection#newHBaseConfiguration
-->call org.apache.kylin.common.util.HadoopUtil#healSickConfig
!image-2020-08-10-19-38-28-913.png!
# some other information https://issues.apache.org/jira/browse/KYLIN-953
# fs.deleteOnExit(partitionsPath) at HFileOutputFormat3.java:536,this method
do not work ,because the JVM won't shut down unless Kylin stop. So tmpfile
won't be cleaned up
was (Author: itzhangqiang):
h2. Cause Analysis
# job.getConfiguration() at HFileOutputFormat3.java:530 ,I found this method
may be get wrong result ,because I config “hbase.fs.tmp.dir” in hbase-site.xml
!image-2020-08-06-18-58-00-355.png!
# job.getgetConfiguration(), this method will call
org.apache.kylin.storage.hbase.HBaseConnection#newHBaseConfiguration -->call
org.apache.kylin.common.util.HadoopUtil#healSickConfig
!image-2020-08-10-19-38-28-913.png!
# some other information https://issues.apache.org/jira/browse/KYLIN-953
# fs.deleteOnExit(partitionsPath) at HFileOutputFormat3.java:536,this method
do not work ,because the JVM won't shut down unless Kylin stop. So tmpfile
won't be cleaned up
> Too many tmp files in HDFS tmp dictionary
> -----------------------------------------
>
> Key: KYLIN-4688
> URL: https://issues.apache.org/jira/browse/KYLIN-4688
> Project: Kylin
> Issue Type: Bug
> Components: Others
> Affects Versions: all
> Reporter: QiangZhang
> Priority: Major
> Attachments: image-2020-08-06-18-07-00-377.png,
> image-2020-08-06-18-29-28-503.png, image-2020-08-06-18-58-00-355.png,
> image-2020-08-06-19-34-22-515.png, image-2020-08-10-19-38-28-913.png
>
>
> Too many tmp files in HDFS tmp dictionary,and Kylin doesn't clean up
> automatically
> !image-2020-08-06-18-07-00-377.png!
> 2. when I debug ,I found : !image-2020-08-06-18-29-28-503.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)