You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Colin Ma (JIRA)" <ji...@apache.org> on 2015/11/26 03:44:10 UTC

[jira] [Commented] (SQOOP-2692) Sqoop2: Drop Id from shell

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

Colin Ma commented on SQOOP-2692:
---------------------------------

[~jarcec], currently, cid, lid, jid are used as option for Sqoop shell. I think these should be changed as cname, lname, jname. 
To drop id from shell, not only remove the id column when displaying the information, but also need change the option from id to name.

> Sqoop2: Drop Id from 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
>
>
> 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)