Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0
-
Component/s: None
-
Labels:None
Description
Sqoop does not explicitly name the map reduce jobs it submits to Hadoop. The names therefore default to the jar name for the job - which is derived from the table name for the table that is being worked on. These names are not intuitive or easy to track.
Instead Sqoop should allow users to explicitly specify the name of the MR job that it launches in order to track/trace its execution better.