Jackie-Jiang opened a new pull request #3821: Refactor SegmentNameGenerators 
and integrate them into Hadoop
URL: https://github.com/apache/incubator-pinot/pull/3821
 
 
   - generateSegmentName() now take 3 arguments: sequenceId, minTimeValue, 
maxTimeValue
   - 3 segment name generator implementations:
     - FixedSegmentNameGenerator: generate fixed segment name
     - SimpleSegmentNameGenerator: generate segment name without time value 
conversion
     - NormalizedDateSegmentNameGenerator: generate segment name with 
normalized date in human readable format
   - Integrate SimpleSegmentNameGenerator and 
NormalizedDateSegmentNameGenerator into Hadoop job

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pinot.apache.org
For additional commands, e-mail: dev-h...@pinot.apache.org

Reply via email to