[
https://issues.apache.org/jira/browse/SQOOP-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215594#comment-14215594
]
Veena Basavaraj commented on SQOOP-1745:
----------------------------------------
+ 1 and as always love the details you add to the ticket [~jarcec]
> Sqoop2: Print out connector name when showing links and jobs in shell
> ---------------------------------------------------------------------
>
> Key: SQOOP-1745
> URL: https://issues.apache.org/jira/browse/SQOOP-1745
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.99.4
> Reporter: Jarek Jarcec Cecho
> Labels: newbie
> Fix For: 2.0.0
>
>
> This is the output when calling {{show link}} and {{show job}}:
> {code}
> sqoop:000> show link
> +----+----------------+-----------+---------+
> | Id | Name | Connector | Enabled |
> +----+----------------+-----------+---------+
> | 1 | A | 1 | true |
> | 2 | null | 1 | true |
> | 3 | hdfs-connector | 2 | true |
> +----+----------------+-----------+---------+
> sqoop:000> show job
> +----+-------+----------------+--------------+---------+
> | Id | Name | From Connector | To Connector | Enabled |
> +----+-------+----------------+--------------+---------+
> | 1 | Table | 1 | 2 | true |
> | 2 | Query | 1 | 2 | true |
> | 3 | null | 2 | 1 | true |
> +----+-------+----------------+--------------+---------+
> {code}
> Would be great if we could print out names of the connector rather then the
> internal ids.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)