Вы находитесь на странице: 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.

Вам также может понравиться