fingltd / 4mc

4mc - splittable lz4 and zstd in hadoop/spark/flink
Other
108 stars 36 forks source link

Issue creating output stream #45

Open adf55 opened 4 years ago

adf55 commented 4 years ago

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