Hadoop Pseudo-Distributed Operation error: Protocol message tag had invalid wire type

前端 未结 4 1761
一整个雨季
一整个雨季 2020-12-10 18:08

I am setting up a Hadoop 2.6.0 Single Node Cluster. I follow the hadoop-common/SingleCluster documentation. I work on Ubuntu 14.04. So far I have m

4条回答
  •  天命终不由人
    2020-12-10 18:45

    i got this error once when i was uploading files to hdfs from java code ,The issue was that i was using hadoop 1 jar to connect to hadoop 2 installation,not sure whats the problem in your case but if you ever configured hadoop 1 eariler then something must be messing with it

提交回复
热议问题