Need help Installing Sqoop on Windows

+1 vote
Hi. I need Sqoop for my Hadoop assignment. I am using Windows and I have set up everything in it. I searched on Google for installation of Sqoop but all the links show installation on Linux. Please tell me how to install Sqoop.
Feb 25, 2019 in Big Data Hadoop by George
3,040 views

1 answer to this question.

+1 vote

Download Sqoop from this link:

http://www.apache.org/dyn/closer.lua/sqoop/1.4.7

This link is for Sqoop 1.4.7, to download other versions, visit the official site (https://sqoop.apache.org/)

After download, we need to extract the files. Open the command prompt and go the folder where Sqoop is downloaded. Then run the following command to extract files:

$ cd /path/to/sqoop/downloaded/file

$ tar -xvzf  sqoop-1.4.7.bin__hadoop-2.6.0.tar.gz

Next step is to add environment variables.

In the start menu, type “environment variables” and click on the Environment Variable tab.

Refer the below screenshots to add the path.

image

Now in command prompt, go to the bin folder in the Sqoop folder and run the following command:

$ cd $SQOOP_HOME/bin

$ ./configure-sqoop

Now, to verify your installation, run the following command:

$ %SQOOP_HOME%\bin\sqoop.cmd version

This will print the version of Sqoop installed.

Output:

Sqoop 1.4.7

git commit id 2328971411f57f0cb683dfb79d19d4d19d185dd8

Compiled by omkar on Mon Feb 25 15:29:58 STD 2019
answered Feb 25, 2019 by Chandu

Related Questions In Big Data Hadoop

0 votes
1 answer

Installing Spark on Windows

Follow the below steps to install Spark ...READ MORE

answered Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,210 points
1,987 views
0 votes
2 answers

Installing HBase on windows

This procedure worked for me. https://medium.com/@bishupaulose/install ...READ MORE

answered Aug 16, 2019 in Big Data Hadoop by Sam
6,019 views
+1 vote
1 answer

Hadoop Installation Issue on Windows

Below is the main error you are ...READ MORE

answered Mar 26, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
5,746 views
0 votes
1 answer

Hadoop on Windows - Training

If your primary objective is to learn ...READ MORE

answered Mar 27, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
811 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,614 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,214 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,881 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,291 views
+1 vote
1 answer

Need help installing Flume on Windows

Hi. Here's what you need.  Follow the below ...READ MORE

answered Feb 27, 2019 in Big Data Hadoop by Thakur
3,779 views
0 votes
1 answer

Installing Zookeeper on Windows

Follow the below-mentioned steps to install Zookeeper ...READ MORE

answered Feb 22, 2019 in Big Data Hadoop by Omkar
• 69,210 points
28,864 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