Jackie-Jiang commented on a change in pull request #4500: Add file-evening to 
hadoop pre-process
URL: https://github.com/apache/incubator-pinot/pull/4500#discussion_r311791804
 
 

 ##########
 File path: 
pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/SegmentPreprocessingJob.java
 ##########
 @@ -306,7 +309,15 @@ public void run()
       // so that all the rows can be spread evenly.
       addHashCodeField(fieldSet);
     }
-    setMaxNumRecordsConfigIfSpecified(job);
+    String enablePartitioningString = 
job.getConfiguration().get(JobConfigConstants.ENABLE_PARTITIONING);
 
 Review comment:
   boolean enablePartitioning = 
job.getConfiguration().getBoolean(JobConfigConstants.ENABLE_PARTITIONING, 
false);

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to