Hadoop setup - distributed mode with yarn locally.
#Starting the cluster
- Run
start-yarn.sh
- Run
jps
and essential things to see are: NodeManager - (Related to YARN) ResourceManager - (Related to YARN) NameNode - (Related to HDFS) DataNode - (Related to HDFS) SecondaryNameNode - (Related to HDFS) - Now you are ready to run commands.
- At the end to stop everthing run
stop-dfs.sh