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/08/19 01:53:31 UTC

[GitHub] [kylin] zzcclp commented on a change in pull request #1360: KYLIN-4688 Too many tmp files in HDFS tmp dictionary

zzcclp commented on a change in pull request #1360:
URL: https://github.com/apache/kylin/pull/1360#discussion_r472589173



##########
File path: storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java
##########
@@ -101,6 +102,7 @@ public int run(String[] args) throws Exception {
 
             // Automatic config !
             HFileOutputFormat3.configureIncrementalLoad(job, htable);
+            tmpPartitionFilePath = new Path(TotalOrderPartitioner.getPartitionFile(job.getConfiguration()));

Review comment:
       The value get from 'TotalOrderPartitioner.getPartitionFile' will be changed in method 'reconfigurePartitions', are you sure that the value of  'tmpPartitionFilePath' is right?




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