fx19880617 commented on a change in pull request #4742: Adding bootstrap mode for Pinot-hadoop job to output segments into relative directories. URL: https://github.com/apache/incubator-pinot/pull/4742#discussion_r338887720
########## File path: pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/JobConfigConstants.java ########## @@ -59,4 +59,5 @@ // This setting should be used if you will generate less # of segments after // push. In preprocessing, this is likely because we resize segments. public static final String DELETE_EXTRA_SEGMENTS = "delete.extra.segments"; + public static final String BOOTSTRAP_JOB = "job.bootstrap"; Review comment: done ---------------------------------------------------------------- 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]
