----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34745/ -----------------------------------------------------------
Review request for Sqoop. Repository: sqoop-sqoop2 Description ------- When running show job user can see what connectors are in use: sqoop:000> show job +----+-------------+----------------+--------------+---------+ | Id | Name | From Connector | To Connector | Enabled | +----+-------------+----------------+--------------+---------+ | 3 | mysql2hdfs2 | 4 | 3 | true | | 4 | hdfs2mysql2 | 3 | 4 | true | | 1 | mysql2hdfs | 4 | 3 | true | | 2 | hdfs2mysql | 3 | 4 | true | +----+-------------+----------------+--------------+---------+ I think that it would be more useful to show the connection instead (or in addition). Diffs ----- shell/src/main/java/org/apache/sqoop/shell/ShowJobFunction.java fab99db Diff: https://reviews.apache.org/r/34745/diff/ Testing ------- Thanks, Dian Fu
