0 votes
in Sqoop by
How can Sqoop be used in Java programs?

1 Answer

0 votes
by

In the Java code Sqoop jar is included in the classpath. The required parameters are created to Sqoop programmatically like for CLI (command line interface). Sqoop.runTool() method also invoked in Java code.

...