Code0x58 commented on pull request #3595: URL: https://github.com/apache/incubator-heron/pull/3595#issuecomment-666023113
A couple of tests to show equivalence for consumers: With gzip: ``` $ cat txt oink $ ls txt $ pigz txt $ ls txt.gz $ gunzip txt.gz $ ls txt $ cat txt oink ``` With tar: ``` $ tar --remove-files --use-compress-program=pigz -cf out.tar.gz txt $ ls out.tar.gz $ tar -zxf out.tar.gz $ cat txt oink ``` ---------------------------------------------------------------- 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]
