Reputation: 11244
When using --compression-codec
with Sqoop, some examples use --compression-codec snappy
while some use --compression-codec org.apache.hadoop.io.compress.SnappyCodec
.
Are they both refer to the same thing? If not, what is the difference?
Upvotes: 1
Views: 1007
Reputation: 312
snappy and org.apache.hadoop.io.compress.SnappyCodec both are same. you can use either one.
Upvotes: 2