Error while using Hadoop Partitioning

丶灬走出姿态 提交于 2020-01-05 04:01:08

问题


This is what I am doing:

public class MOPartition extends Partitioner<Text, Text> {
        public MOPartition() {}
...
}

Error:

java.lang.RuntimeException: java.lang.NoSuchMethodException: globalSort$MOPartition.()

Even defining a empty constructor didnt help.

I then Googled it and came across following link http://lucene.472066.n3.nabble.com/preserve-JobTracker-information-td826974.html. I then checked my JRE version and it is 1.6.0.26. So, I think I am pretty much safe as far JRE is concerned.

Can you please suggest what can be the issue?

来源:https://stackoverflow.com/questions/9437895/error-while-using-hadoop-partitioning

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!