복붙노트

[HADOOP] 오류 하둡 파티션을 사용하는 동안

HADOOP

오류 하둡 파티션을 사용하는 동안

이것은 내가 뭐하는 거지입니다 :

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

오류:

심지어 빈 생성자가 도움이되지 않았다 정의.

나는 다음을 봤 링크 http://lucene.472066.n3.nabble.com/preserve-JobTracker-information-td826974.html 다음을 가로 질러왔다. 그때 나는 내 JRE 버전을 확인하고는 1.6.0.26입니다. 그래서, 나는 지금까지 JRE에 관한 한 거의 안전하다 생각합니다.

당신은 문제가 될 수있는 제안시겠습니까?

해결법

    from https://stackoverflow.com/questions/9437895/error-while-using-hadoop-partitioning by cc-by-sa and MIT license