Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sqoop server start failed

I am trying to connect to a sqoop server on localhost:

sqoop:000> set server --host manager --port 12000 --webapp sqoop
Server is set successfully
sqoop:000> show version -all
client version:
  Sqoop 1.99.6 source revision 07244c3915975f26f03d9e1edf09ab7d06619bb8 
  Compiled by root on Wed Apr 29 10:40:43 CST 2015
0    [main] WARN  org.apache.hadoop.util.NativeCodeLoader  - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Exception has occurred during processing command 
Exception: org.apache.sqoop.common.SqoopException Message: CLIENT_0000:An unknown error has occurred
sqoop:000> 


Port 12000 is closed

    $ netstat -na|grep 12000 

Why is this happening?

like image 636
user5187754 Avatar asked Jul 27 '26 18:07

user5187754


1 Answers

Hadoop libraries need to be set in a file named catalina.properties inside directory server/conf. In this file, you need to set the hadoop libraries path in common-loader property. Default will be /usr/lib/hadoop and /usr/lib/hadoop/lib. If you have your hadoop libraries at any different locations then point that directory in this property.

sqoop2-tool verify can be used to verify all the sqoop server configurations. If it is successful, you can start your server using sqoop2-server start.

Ref:
https://sqoop.apache.org/docs/1.99.6/Installation.html

like image 167
Sai Neelakantam Avatar answered Jul 30 '26 09:07

Sai Neelakantam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!