Dear Manoj, Sqoop1 is not encouraged to run parallely from java, Instead use Sqoop2 which scales well, when compared to sqoop1. By the way sqoop1 is not Thread safe. Refer below link for that. https://issues.apache.org/jira/browse/SQOOP-1301
---- On Thu, 26 Feb 2015 16:59:48 +0530 Manoj Babu<[email protected]> wrote ---- hi, I am trying to run multiple sqoop scripts parallel from Java using Sqoop.run(args) but only sqoop getting succeeded. And when using new ImportTool.run(sqoopoptions) it could run parallel but the -- direct option not recognized. Any suggestions appreciated! Thanks -- Cheers! Manoj. -- Cheers!Manoj.
