[ 
https://issues.apache.org/jira/browse/SQOOP-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15058182#comment-15058182
 ] 

Hudson commented on SQOOP-2692:
-------------------------------

SUCCESS: Integrated in Sqoop2 #971 (See 
[https://builds.apache.org/job/Sqoop2/971/])
SQOOP-2692: Sqoop2: Use link name in shell (jarcec: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=3f87658372f0d672f8a2e1c2bb446c6570e6f7a8])
* shell/src/test/java/org/apache/sqoop/shell/TestEnableCommand.java
* shell/src/main/java/org/apache/sqoop/shell/CreateJobFunction.java
* shell/src/main/java/org/apache/sqoop/shell/ShowJobFunction.java
* shell/src/test/java/org/apache/sqoop/shell/TestCloneCommand.java
* shell/src/test/java/org/apache/sqoop/shell/TestDisableCommand.java
* shell/src/main/java/org/apache/sqoop/shell/DisableLinkFunction.java
* shell/src/test/java/org/apache/sqoop/shell/TestDeleteCommand.java
* shell/src/main/java/org/apache/sqoop/shell/DeleteLinkFunction.java
* shell/src/main/java/org/apache/sqoop/shell/ShowLinkFunction.java
* shell/src/test/java/org/apache/sqoop/shell/TestShowCommand.java
* shell/src/test/java/org/apache/sqoop/shell/TestUpdateCommand.java
* shell/src/main/java/org/apache/sqoop/shell/CreateLinkFunction.java
* shell/src/main/java/org/apache/sqoop/shell/EnableLinkFunction.java
* shell/src/main/resources/shell-resource.properties
* shell/src/main/java/org/apache/sqoop/shell/CloneLinkFunction.java
* shell/src/main/java/org/apache/sqoop/shell/UpdateLinkFunction.java
* shell/src/main/java/org/apache/sqoop/shell/core/Constants.java


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

Reply via email to