I'm new to hadoop. So can you please describe what exactly I'm doing here. P.S I received this steps from a friend of mine.
(1) hduser@soham-Inspiron-3521:/usr/local/hadoop/etc/hadoop$ /usr/local/hadoop/bin/hadoop namenode
-format
Que 1) why do we need to format namenode each time and not datanode or others
Que 2) why are we using two diiferent path each time
(2) `hduser@soham-Inspiron-3521:/usr/local/hadoop/etc/hadoop$ /usr/local/hadoop/sbin/start-all.sh
Que 1) Do all processes need to be started from "sbin" folder
(3) jps Displays :
hduser@soham-Inspiron-3521:/usr/local/hadoop/etc/hadoop$ jps
7344 ResourceManager
15019 Jps
7187 SecondaryNameNode
6851 NameNode
7659 NodeManager
Que 1) What about taskTracker and jobTracker ?
Even localhost isnot displaying any DataNode (http://localhost:50070/dfshealth.html#tab-startup-progress)
P.S I know these are naive problems but I could not find any solution whatsoever that could solve this problem. Fast reply would be greatly appreciated. Thanks in advance.