Sura t Thu, 21 Apr 2016 14:22:17 -0700
I am using java api to call sqoop. Is there a way to get counters or number of rows downloaded? or is there a way to capture log generated from sqoop.
final int ret = Sqoop.runTool(new String[] { ... }); Thanks