Jackie-Jiang 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_r339137984
########## File path: pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/mappers/SegmentCreationMapper.java ########## @@ -66,6 +67,7 @@ protected String _rawTableName; protected Schema _schema; protected SegmentNameGenerator _segmentNameGenerator; + protected boolean _bootstrapJob = false; Review comment: Change this variable to `_useRelativePath` ---------------------------------------------------------------- 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]
