Posts by "JBT"

Format aborted in /app/hadoop/tmp/dfs/name

While startng the Hadoop i was just trying to format the filesystem. For that i have executed below command. bin/hadoop namenode -format But i am getting below error while doing this. Could you please let me know what could be the reason behind this. Warning: $HADOOP_HOME is deprecated. 13/08/10 13:52:56 INFO namenode.NameNode: STARTUP_MSG: /************************************************************ STARTUP_MSG:… Continue reading

Hadoop Interview Question

What is the difference between start-all.sh and start-dfs.sh in Hadoop   There are different scripts in bin dir in Hadoop which is used to launch Hadoop DFS and Hadoop Map/Reduce Daemons. start-dfs.sh – Starts the Hadoop DFS daemons (Namenode and Datanodes) stop-dfs.sh – Stops the Hadoop DFS daemons (Namenode and Datanodes) start-all.sh – Starts all Hadoop daemons (Namenode, datanodes,… Continue reading