Hadoop Installation (1)
Hadoop Installation (1)
AI-Lab[22-Oct-2024]
Setup single node Hadoop cluster and Apply HDFS Commands on Single
Node Hadoop Cluster.
Prequisites
3 -Java installation
Java is required to run Hadoop. If java is not installed , We have to install it. After
finishing the file download we open a new command prompt, we should unpack the package.
java -version
hadoop –version
6 - Configure Hadoop
Now we are ready to configure the most important part - Hadoop configurations which
involves Core, YARN, MapReduce, HDFS configuration
7 – Initialize HDFS
Run the following command in Command Prompt
start-all.cmd
%HADOOP_HOME%\sbin\start-yarn.cmd
You can verify YARN resource manager UI when all services are started successfully.
http://localhost:8088