Hello everyone! I face the following error: "NoSuchMethod HiveDecimalWritable<init>(J)V" in my map-reduce program. I'm using the 1.6.7 version of org.apache.orc:orc-mapreduce lib. As I can see it includes dependency where HiveDecimalWritable has a constructor, that takes a long type argument. Hadoop version on my cluster is 2.8.5. What's wrong?
Thank you