Open adf55 opened 5 years ago
I am using ZstdCodec as follows: given an existing (uncompressed) outputStream: new ZstdCodec().createOutputStream(outputStream);
new ZstdCodec().createOutputStream(outputStream);
However, this line runs into: cannot access org.apache.hadoop.conf.Configurable class file for org.apache.hadoop.conf.Configurable not found
I am using ZstdCodec as follows: given an existing (uncompressed) outputStream:
new ZstdCodec().createOutputStream(outputStream);
However, this line runs into: cannot access org.apache.hadoop.conf.Configurable class file for org.apache.hadoop.conf.Configurable not found