-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
I am trying to compress using the parquet implementation in Scio but nothing seems to happen. Tried adding both to core-site.xml and in code but none of them help.
<property>
<name>parquet.compression</name>
<value>org.apache.hadoop.io.compress.GzipCodec</value>
<description>
</description>
</property>
ParquetOutputFormat.setCompression(Job.getInstance(), CompressionCodecName.GZIP)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers