Hello my friends, I have some doubt about sqoop and i hope you can you help me.
I am try import one table from mysql with two columns. when a try execute the import with the following command: start job --jid 2 I get this error: 2014-03-13 12:54:31 PDT: FAILURE_ON_SUBMIT Exception: java.io.FileNotFoundException: File does not exist: hdfs://oak:54310/usr/local/Cellar/hadoop/2.2.0/libexec/share/hadoop/common/lib/guava-11.0.2.jar Command that i've had to do before this error: hdfs dfs -mkdir /usr/lib/sqoop/lib hdfs dfs -copyFromLocal /usr/lib/sqoop/lib/*.jar /usr/lib/sqoop/lib hdfs dfs -mkdir -p /usr/lib/sqoop/server/webapps/sqoop/WEB-INF/lib hdfs dfs -copyFromLocal /usr/lib/sqoop/server/webapps/sqoop/WEB-INF/lib/*.jar /usr/lib/sqoop/server/webapps/sqoop/WEB-INF/lib Is really necessary copy all jars to HDFS or there is another smart solution? Thank you. Kleiton Silva
