Hadoop on a single node vagrant VM - Connection refused when starting start-all.sh -
i have created vagrant virtual machine , installed hadoop on that. single server cluster. when try start hadoop on machine gives following error:
mkdir: call master/127.0.1.1 localhost:9000 failed on connection exception: java.net.connectexception: connection refused; more details see: http://wiki.apache.org/hadoop/connectionrefused
and idea? machine named master. server ubuntu.
thanks!
this because hdfs nodes not running go to,
cd hadoop_home/sbin ./start-all.sh
will start processes.
Comments
Post a Comment