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:
us...@infra.apache.org


Reply via email to