0% found this document useful (0 votes)
41 views10 pages

Hadoop Installation Guide

To install Hadoop in Windows, you need Java JDK and the Hadoop package. You download and install Java JDK, then download Hadoop. You set environment variables for JAVA_HOME and HADOOP_HOME pointing to their installation directories. You also add the Hadoop bin and sbin directories to the Windows path so Hadoop commands can be run.

Uploaded by

sudersen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views10 pages

Hadoop Installation Guide

To install Hadoop in Windows, you need Java JDK and the Hadoop package. You download and install Java JDK, then download Hadoop. You set environment variables for JAVA_HOME and HADOOP_HOME pointing to their installation directories. You also add the Hadoop bin and sbin directories to the Windows path so Hadoop commands can be run.

Uploaded by

sudersen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

HADOOP

INSTALLATION IN
WINDOWS
Requirements to install Hadoop :

 Java JDK
 Hadoop Package which supports the windows
STEPS
1. Download Hadoop in the given link : http://hadoop.apache.org/releases.html
2. Choose the latest version and click the binary icon to download the file
3. Download the Java JDK from the link given: http://www.oracle.com/technetwork/java/javase/downloads/index.html

4. Install the JDK file in the C: drive (the place where your OS is installed)

5. Then click start menu in windows and type environment variables to click it.
The purpose is to save the java JDK and Hadoop bin files in the windows path.
6. Click on the “Environment variables” icon
Diagram 1.4
7. Click on the “New..” icon as
shown in diagram 1.3

8. Name the “variable name” as


JAVA_HOME and choose the path
where the JAVA JDK package
is installed and insert the address in
the variable value as shown in diagram
1.4 Diagram 1.3

9. Select the path and click the edit icon


as shown in the diagram 1.5

Diagram 1.5
10. Click the new icon and paste the
“Java JDK bin” address text as in diagram 1.6.

11. Then, install the Hadoop in the windows


and follow the steps as stated from
step 5 to step 7. Diagram 1.7
12. Name the “variable name” as
HADOOP_HOME and choose the path
where the bin of the Hadoop package
is installed and insert the address in
the “variable value” as shown in diagram
1.7
Diagram 1.6
13. Follow the step 9

14. Click the new icon and type


C:\Program Files\hadoop-3.1.0\bin
as in diagram 1.8.

15. Follow the steps from step 13


Diagram 1.8
16. Click the new icon and type
C:\Program Files\hadoop-3.1.0\sbin
as in diagram 1.8.

You might also like