I’ve seen this particular problem several times. So far it was always caused by Sqoop 2 server miss configuration in map reduce libraries and configuration - either by having configured yarn (MR2) while having MR1 libraries on the class path or vice versa. Hence I would suggest to verify the deployment.
Jarcec On Jul 18, 2014, at 4:34 AM, Justin Lee <[email protected]> wrote: > I'm submitting a job programmatically as detailed here > (http://sqoop.apache.org/docs/1.99.3/ClientAPI.html) and getting an error: > > Exception info : java.io.FileNotFoundException: File does not exist: > hdfs://127.0.0.1:8020/Users/jlee/hadoop-binaries/sqoop-1.99.3-bin-hadoop200/server/webapps/sqoop/WEB-INF/lib/sqoop-common-1.99.3.jar > > I've seen some jobs (hive, iirc) fail and I've had to copy jars on to hdfs to > resolve it but I'm not sure why I'd need to do this with sqoop jars. If this > is necessary for sqoop2 to function, then sqoop2 should take care of this > step. Am I missing some step not mentioned on that page? > > > { name : "Justin Lee", > title : "Software Engineer", > twitter : "@evanchooly", > web : [ "10gen.com", "antwerkz.com" ], > location : "New York, NY" }
