Ubuntu – Hadoop: Not able to find the start-dfs.sh start-mapred.sh scripts

14.10configurationhadoopscripts

I have installed Hadoop by following this tutorial.

I installed it using ppa.

When I reached step 12 : Starting Hadoop Cluster.

I got stuck.

When I do cd ~/tasdik/hadoop/bin/ It says no such file or directory.

Any suggestions?

Best Answer

The tutorial step 2 asked to create a new user: hduser.

So if you decided to adopt this username for the Hadoop user, the path of start-all.sh should be:

cd /home/hduser/hadoop/bin/  
start-all.sh

Or if installed system-wide:

/usr/lib/hadoop/bin/