Hello everyone,
I'm new to Sqoop. I downloaded the binary file
(http://us.mirrors.quenda.co/apache/sqoop/1.4.7/sqoop-1.4.7.bin__hadoop-2.6.0.tar.gz)
and put them on the HDFS namenode/worker node, and configured the
conf/sqoop-env.sh to include settings from our running HDFS cluster
(/etc/hadoop/conf/hadoop-env.sh).
We try the import command got the error as the subject:
$ ./bin/sqoop import --connect
jdbc:oracle:thin:@//example.net:1521/instance --table J_CONTEXTFRAME --username
foo --password bar
ERROR tool.ImportTool: Import failed: java.io.IOException: Cannot
initialize Cluster. Please check your configuration for
mapreduce.framework.name and the correspond server addresses.
Our working MapReduce configuration is found in
/etc/hadoop/conf/mapred-site.xml, however we don't know how to feed sqoop. Do
you have any ideas?
Thank you for your reading and helps.
Ky-Anh Huynh