How to install Hadoop on Windows system

0 votes
I couldn't find the steps to install Hadoop on a Windows machine. I am not good at Linux so want to use Hadoop on windows. Please help me with the steps to install Hadoop on Windows.
Feb 20, 2019 in Big Data Hadoop by Likith
2,986 views

1 answer to this question.

0 votes

First you need to download Hadoop files. You can download it from the following link:

http://archive.apache.org/dist/hadoop/core//hadoop-2.8.0/hadoop-2.8.0.tar.gz

But default it’ll be stored in the Downloads folder.

Next, you will have to extract the Hadoop files. Open command prompt and run:

$ cd Downloads

$ tar -xvf hadoop-2.8.0.tar.gz

Now, copy the extracted folder to C Drive.

Now you have to add Hadoop path in environment variables.

In the start menu, search “Environment variables” and open the “Environment variables” window.

Click on “New”

And make the following entries:

Replace the entry in “Variable value” with the path to the Hadoop folder.

And click “OK”

Now we need to set Hadoop bin directory path. For this, refer the following screenshots:

Hadoop is installed. To verify, run the below command in the command prompt and you should see a similar output:

$ hadoop

answered Feb 20, 2019 by Omkar
• 69,210 points

Related Questions In Big Data Hadoop

0 votes
1 answer

How to install Hive on Windows Operating System?

First, download Hive from the following link: http://www.apache.org/dyn/closer.cgi/hive/ Next, ...READ MORE

answered Feb 27, 2019 in Big Data Hadoop by Kirti
14,523 views
0 votes
1 answer

How to install Hadoop on Ubuntu?

You can refer to this blog by ...READ MORE

answered Mar 21, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,211 views
0 votes
1 answer

I want to install snappy on Hadoop 1.2.1. How do I do that?

As per Cloudera, if you install hadoop ...READ MORE

answered Dec 11, 2018 in Big Data Hadoop by Frankie
• 9,830 points
825 views
0 votes
1 answer

How to install Hadoop on Ubuntu?

You can manually create a file hadoop-env.sh ...READ MORE

answered Jul 5, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
546 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,611 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,212 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,863 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,290 views
0 votes
1 answer

Hadoop: How to copy directory from local system to hdfs using Java code?

Just use the FileSystem's copyFromLocalFile method. If the source Path ...READ MORE

answered Nov 14, 2018 in Big Data Hadoop by Omkar
• 69,210 points
5,282 views
0 votes
1 answer

How to install Hadoop in Ubuntu?

Hey. Follow these steps to install hadoop. First ...READ MORE

answered Feb 19, 2019 in Big Data Hadoop by Omkar
• 69,210 points
1,420 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP