We're using Sqoop 1.4.3 and are wiring it into our Java app using the information on StackOverflow ( http://stackoverflow.com/questions/9229611/how-to-use-sqoop-in-java-program?rq=1). I understand it's not supported, but since it's our only option we're using it.
In doing this I noticed that the class com.cloudera.sqoop.SqoopOptions is marked deprecated yet all of the tools (like ExportTool) run() methods require that object. What is supposed to be used instead of that class? Is there work underway to provide a Java API interface to Sqoop that is supported? It seems to me you're almost there since it seems to all be working (at least for our needs). Thanks, Dave
