Hi,

I got some hive tables in Parquet format and I am trying to find out how
best to enable compression.

Done a bit of searching and the information is a bit scattered but I found
I can use this hive property to enable compression.It needs to be set
before doing an insert.

set parquet.compression=SNAPPY;

What other formats are supported?
How can I verify a file is compressed and with what algorithm?

Thanks,
Patrick

Reply via email to