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'd like to ask is it possible to customize compression codec for filesystem offloader?
The filesystem offloader is implemented on top of Hadoop client, and offloaded files seems to be encoded using the org.apache.hadoop.io.compress.DefaultCodec, which compresses data with DEFLATE algorithm.
Is it possible to customize it to other codecs supported by Hadoop, like Lz4Codec or ZstandardCodec?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to ask is it possible to customize compression codec for filesystem offloader?
The filesystem offloader is implemented on top of Hadoop client, and offloaded files seems to be encoded using the
org.apache.hadoop.io.compress.DefaultCodec
, which compresses data with DEFLATE algorithm.Is it possible to customize it to other codecs supported by Hadoop, like Lz4Codec or ZstandardCodec?
Beta Was this translation helpful? Give feedback.
All reactions