You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Buntu Dev <bu...@gmail.com> on 2016/01/19 23:55:13 UTC

Best practices for using Parquet

I'm looking for converting existing Avro dataset into Parquet and wanted to
know if there are any other performance related properties that I can set
such as compression, block size, etc. to take advantage of the Parquet.

I could only find `parquet.compression` property but would be good to know
if there are any other properties. Please let me know.

Thanks!