START-ALL.SH COMMAND IS NOT WORKING IN CLOUDLAB.

Big Data Hadoop

Hi all,
start-all.sh command is not working in Cloudlab.
It is showing "-bash: start-all.sh: command not found".
Please help.

Thanks,
Harsh Prateek Singh

2
Answers

Replies

The start-all.sh will be located under sbin directory. So give full path of the file and run it like below.


/usr/local/hadoop/sbin/start-all.sh

 

Make sure that your Hadoop file path is updated in your .bashrc file. Use the command 'nano ~/.bashrc' to open the .bashrc file. You should find the Hadoop installation path at the end. If not, add the following line at the end of the file, and save the file.


export PATH=$PATH:$HADOOP_HOME/bin:$HADOOP_HOME/sbin


Then run the start-all.sh command.

 
 

If you want to unleash your potential in this competitive field, please visit the Big Data Hadoop course page for more information, where you can find the Big Data Hadoop tutorials and Big Data Hadoop frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.