I have installed a single node Hadoop on my local computer with Ubuntu 14.04 OS. Now I am going to use HDFS, and when I type a simple command
hdu@hadoop:~$ hadoop fs -ls
it shows up the following errors:
15/07/10 18:24:52 WARN util.NativeCodeLoader:
Unable to load native-hadoop library for your platform...
using builtin-java classes where applicable
ls: Call From hadoop/127.0.1.1 to
localhost:9000 failed on connection exception:
java.net.ConnectException:
Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
I have no ideas about this error, and I really appreciate if anyone helps me fix the problem :)