Hi 1. Redirect the import logs to a file 2. Grep for the count ( grep -oP 'Retrieved \K\d*' sqoop_import.log )
Regards Suresh On Wednesday, February 10, 2016, Radhakrishnan Iyer < radhakrishnan.i...@citiustech.com> wrote: > I am firing sqoop1 command programmatically. > > Is there a mechanism wherein I can find the number of records transferred > job using the Sqoop job? > > > > Best Regards, > > Radhakrishnan Iyer >