0
votes

I have installed Hadoop 2.6.0 on my Ubuntu-VM. I followed the steps on this site : http://qursaan-howto.blogspot.fr/2014/12/how-to-install-hadoop-as-single-node-on.html

All has been working fine for me, but I still have this error: hadoop fs -mkdir /usr/hive/warehouse 16/02/14 08:13:11 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable mkdir: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message tag had invalid wire type.; Host Details : local host is: "ubuntu/127.0.1.1"; destination host is: "localhost":9000;

start-all.sh : works fine jps : 2836 SecondaryNameNode 3420 Jps 2965 ResourceManager 2688 DataNode 3079 NodeManager

Do you know how can I fix this error? Regards,

Imane

1

1 Answers

0
votes

As you have not provided your cluster configurations, exact solution cannot be determined. Try solutions which are mentioned in this post: Hadoop Pseudo-Distributed Operation error: Protocol message tag had invalid wire type