Hadoop - Cluster Installation

Yarn Hortonworks

About

In progress

Manual installation of an hadoop cluster. To start a Hadoop cluster you will need to start both the HDFS and YARN cluster. More

For now, just download and unzip

Steps

tar -xvf hadoop-2.7.5.tar.gz
  • Open the file environment file and set the JAVA_HOME
REM Windows
%HADOOP_HOME%\etc\hadoop\hadoop-env.cmd
set JAVA_HOME=C:\Java\jdk1.8.0_162
  • For windows: download a compiled version of Winutils and put it in the bin. RStudio comes also with on at RStudio_home\bin\winutils
# Example for hadoop 2.7
https://github.com/steveloughran/winutils/blob/master/hadoop-2.7.1/bin/winutils.exe

Test

cd %HADOOP_HOME%%\bin
hadoop.cmd classpath
hdfs dfsadmin -help





Discover More
Yarn Hortonworks
HDFS - Installation, Configuration and Start

hdfs is an hadoop component and is installed with hadoop. See
Yarn Hortonworks
Hadoop - Cluster

cluster in Hadoop. An cluster is group of process (generally one machine per process) called node where you will find two kind of nodes: headnodes that hosts the main process worker nodes that hosts...



Share this page:
Follow us:
Task Runner