Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Created March 14, 2014 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwvhogue/9557961 to your computer and use it in GitHub Desktop.
Save cwvhogue/9557961 to your computer and use it in GitHub Desktop.
Recompress bzip2 files with pbzip2 in place - mjob map phase contents
bzip2 -dc $MANTA_INPUT_FILE | pbzip2 -c > /var/tmp/file.tmp && mpipe ${MANTA_INPUT_OBJECT} < /var/tmp/file.tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment