[
https://issues.apache.org/jira/browse/SQOOP-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15058100#comment-15058100
]
ASF subversion and git services commented on SQOOP-2692:
--------------------------------------------------------
Commit 3f87658372f0d672f8a2e1c2bb446c6570e6f7a8 in sqoop's branch
refs/heads/sqoop2 from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=3f87658 ]
SQOOP-2692: Sqoop2: Use link name in shell
(Colin Ma via Jarek Jarcec Cecho)
> Sqoop2: Use link name in shell
> ------------------------------
>
> Key: SQOOP-2692
> URL: https://issues.apache.org/jira/browse/SQOOP-2692
> Project: Sqoop
> Issue Type: Sub-task
> Reporter: Jarek Jarcec Cecho
> Assignee: Colin Ma
> Fix For: 1.99.7
>
> Attachments: SQOOP-2692.001.patch, SQOOP-2692.002.patch
>
>
> I've noticed that we're displaying the ID in bunch of occasions, for example
> in tables:
> {code}
> sqoop:000> show link
> +----+------------+--------------+------------------------+---------+
> | Id | Name | Connector Id | Connector Name | Enabled |
> +----+------------+--------------+------------------------+---------+
> | 2 | with space | 6 | generic-jdbc-connector | true |
> +----+------------+--------------+------------------------+---------+
> sqoop:000> delete link -l 2
> sqoop:000> show link
> +----+------+--------------+----------------+---------+
> | Id | Name | Connector Id | Connector Name | Enabled |
> +----+------+--------------+----------------+---------+
> +----+------+--------------+----------------+---------+
> {code}
> I think that we should drop it since we're dropping it from public interfaces.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)