jenniferdai commented on issue #4885: Encrypt segments during segment creation 
[1]
URL: https://github.com/apache/incubator-pinot/pull/4885#issuecomment-561865310
 
 
   I want to thread a crypter (internal encryption scheme) into the pinot build 
and push job. Our current encryption scheme requires segments to be in the 
.tar.gz format. This is step 1/2, where I move .tar.gz logic into the 
SegmentIndexCreationDriverImpl, so the segment can be zipped and encrypted 
there. I will add the encryption logic in the next one. The reason it's in this 
level is so we can support both open source entrypoints, createSegment in 
pinot-admin and the hadoop job.

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