jenniferdai opened a new pull request #4885: Encrypt segments during segment creation [1] URL: https://github.com/apache/incubator-pinot/pull/4885 Currently, encryption assumes that segments are formatted as .tar.gz files. We want to support encryption, and thus, .tar.gz compression, as an option for all Pinot segment creation entry points. We will add two optional parameters - .tar.gz compression and encryption into SegmentIndexCreationDriverImpl, as both pinot admin endpoints and hadoop endpoints will go through this logic. This PR adds .tar.gz support and wires it through the open source SegmentCreationMapper.
---------------------------------------------------------------- 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]
