Instalasi Dan Run Hadoop

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Link Sumber:

https://brain-mentors.com/hadoopinstallation/

Pre-requisites:
-java-8u241-windows-x64
(https://sourceforge.net/projects/portableapps/files/JDK/jdk-8u241-windows-
x64.exe/download)
-hadoop-3.2.4 (https://hadoop.apache.org/releases.html)
-(hadoop config)https://github.com/s911415/apache-hadoop-3.1.0-winutils

Cara Run Hadoop:


Start namenode and datanode with this command
– type start-dfs.cmd

Start yarn through this command


– type start-yarn.cmd

When Running, You can open


http://localhost:8088
http://localhost:9870

ERROR:
copy "hadoop-yarn-server-timelineservice-3.x.x"
from
~\hadoop-3.x.x\share\hadoop\yarn\timelineservice
to
~\hadoop-3.x.x\share\hadoop\yarn folder.

You might also like