You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to load json files compressed by 4mz/c into spark. But writing does not work. Is this expected?
In [53]: df.write.mode('overwrite').option("codec","com.hadoop.compression.fourmc.ZstdCodec").csv('foo')
IllegalArgumentException: 'Codec [com.hadoop.compression.fourmc.ZstdCodec] is not available. Known codecs are bzip2, deflate, uncompressed, lz4, gzip, snappy, none.'
The text was updated successfully, but these errors were encountered:
I am able to load json files compressed by 4mz/c into spark. But writing does not work. Is this expected?
The text was updated successfully, but these errors were encountered: