我是hadoop的新手,我试图在我的个人计算机上配置hadoop"伪分布式操作"国防部。尝试运行mapreduce代码时出现此错误:
Exception in thread "main" java.io.IOException:
Failed on local exception: com.google.protobuf.InvalidProtocolBufferException:
Protocol message tag had invalid wire type.;
Host Details : local host is: "moshe-X541UV/127.0.1.1";
destination host is: "localhost":9000;
当我试图在localhost 9000上运行telnet时,我得到了这个:
Trying 127.0.0.1...
Connected to localhost.
我的 etc / hosts 文件是:
127.0.0.1 localhost
127.0.1.1 moshe-X541UV
.
.
.
以及我的 core-site.xml 是:
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost:9000</value>
</property>
</configuration>
我做错了什么?
编辑:
jpm 结果:
18426 Jps
13036 SparkSubmit
我有Ubuntu 16.04.2 LTS。 hadoop版本是2.7.3。
我尝试使用this教程