-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34745/
-----------------------------------------------------------

(Updated June 2, 2015, 3:24 a.m.)


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 (updated)
-----

  shell/src/main/java/org/apache/sqoop/shell/ShowJobFunction.java fab99db 

Diff: https://reviews.apache.org/r/34745/diff/


Testing
-------


Thanks,

Dian Fu

Reply via email to