Need help to setup sqoop


3 Answer(s)


Hi Kashi,

HADOOP_COMMON_HOME is same as hadoop home.
I have installed the hadoop in my "hadoop folder". My code would be

Please insert below code in the .bashrc file:

export HADOOP_COMMON_HOME=/usr/local/hadoop/

Please let me know if you have any more queries.

Thanks.


Hi Abhijit,

Here, what I have it in the bashrc file :

export PATH=$PATH:/usr/local/kasi/sqoop/bin
export HADOOP_HOME=/usr/local/kasi/hadoop
export HADOOP_COMMON_HOME=/usr/local/kasi/hadoop
export HADOOP_MAPRED_HOME=/usr/local/kasi/hadoop
export HIVE_HOME=/usr/local/kasi/hive
export HBASE_HOME=/usr/local/kasi/hbase
export PATH=$HIVE_HOME/bin:$PATH
 

But still getting the error. Request to call me to fix it at the earliest.

 


Hi Abhijit,

After pointing all my Hadoop folders to the Root and executed the bash, I can able to access. Thank you for all the help !!