I have installed Hadoop-2.7.3 on VirtualBox.
When I type the command ./start-all.sh
in the terminal, the Namenode
, Secondary Namenode
& Datanode
were not starting. The below is the error screenshot. Please suggest some solution for this issue.
Error I'm getting on my terminal window.
sreenu@MyPC:~/hdfs/sbin$ ./start-all.sh
This script is Deprecated. Instead use start-dfs.sh and start-yarn.sh
17/07/24 16:38:12 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Starting namenodes on [localhost]
localhost: ssh: connect to host localhost port 22: Connection refused
localhost: ssh: connect to host localhost port 22: Connection refused
Starting secondary namenodes [0.0.0.0]
0.0.0.0: ssh: connect to host 0.0.0.0 port 22: Connection refused
17/07/24 16:38:19 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
starting yarn daemons
resourcemanager running as process 2899. Stop it first.
localhost: ssh: connect to host localhost port 22: Connection refused
sreenu@MyPC:~/hdfs/sbin$ jps
3536 Jps
2899 ResourceManager
3175 JobHistoryServer
sreenu@MyPC:~/hdfs/sbin$