Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress the output file (variant query command line) #111

Open
jtarraga opened this issue Sep 21, 2016 · 0 comments
Open

Compress the output file (variant query command line) #111

jtarraga opened this issue Sep 21, 2016 · 0 comments
Assignees
Labels

Comments

@jtarraga
Copy link
Member

Currently, the results from the variant query command line are stored using the default compression in format Avro, Parquet or JSON. The command line should allow users to select the compression method. The output filename extension indicates the output format and compression. So, "gzip" for deflate/zip compression, "snz" for snappy compression.

Some examples:
./build/bin/hpg-bigdata-local.sh variant query --i test.avro --o test.json.snz ....
./build/bin/hpg-bigdata-local.sh variant query --i test.avro --o test.parquet.gzip ...

@jtarraga jtarraga self-assigned this Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant