Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.1-incubating
-
None
Description
org.apache.sqoop.mapreduce.ImportJobBase.runImport -
There is a jobSetup that is called after the job is configured but just before it is submitted to MapReduce. I'm adding a jobTeardown method in the finally block.
I think the same applies to org.apache.sqoop.mapreduce.ExportJobBase.runExport. But the setup isnt called there.