Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am also facing same error $SQOOP_CONF_DIR has not been set in the environment. Cannot check for additional configuration.
Also verified that my local machine and cluster edge node both has same java version.
I defined below 4 attributes in ./bash_profile as well. But still same error. The only thing i am not following from the blogs is /tmp/sqoop-XXX/compile check.
export HADOOP_HOME=/usr/hdp/2.6.4.0-91/hadoop
export HADOOP_CONF_DIR=/usr/hdp/2.6.4.0-91/hadoop/conf
export SQOOP_HOME=/usr/hdp/2.6.4.0-91/sqoop
export SQOOP_CONF_DIR=/usr/hdp/2.6.4.0-91/sqoop/conf
Can someone please guide here ?