fingltd / 4mc

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

Fix incomplete extension in FourMcTextInputFormat.java #31

Closed jordiolivares closed 6 years ago

jordiolivares commented 6 years ago

We have an issue where Scala complains about this not being an acceptable class of type InputFormat[K, V] when using Spark. Adding the K and V parts fixes the problem.