Compress avro files to gzip (.gz) compression

Viewed 759

I'm a newbie to avro and .gzip file. I'm trying to compress the avro file to get faster file loading time from Google Cloud Storage into BigQuery. And I've already tried to googling but I don't get the answer. Please help me on how to compress avro files to gzip (.gz) compression.

1 Answers
Related