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

前端 未结 4 1774
一整个雨季
一整个雨季 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 19:10

    remove 127.0.0.1 localhost from /etc/hosts and change your core-site.xml like follow:

    
        
            fs.defaultFS
            hdfs://marta-komputer:9000
        
    
    

    and you can ignore the WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... warning

提交回复
热议问题