You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Dian Fu (JIRA)" <ji...@apache.org> on 2015/05/27 10:36:17 UTC

[jira] [Commented] (SQOOP-2121) Sqoop2: Show job should show connection information

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

Dian Fu commented on SQOOP-2121:
--------------------------------

Hi [~jarcec],

What about format like this?
{code}
+----+-------------+------------------------------------------------------------+----------------------------------------------------------+---------+
| Id |    Name     | From Connector                                             | To Connector                                             | Enabled |
+----+-------------+------------------------------------------------------------+----------------------------------------------------------+---------+
| 3  | mysql2hdfs2 | 4 (jdbc:mysql://mysql.ent.cloudera.com/sqoop)              | 3 (hdfs://nameservice1:8020/)                            | true    |
| 4  | hdfs2mysql2 | 3 (hdfs://nameservice1:8020/)                              | 4 (hdfs://nameservice1:8020/)                            | true    |
| 1  | mysql2hdfs  | 4 (hdfs://nameservice1:8020/)                              | 3 (jdbc:mysql://mysql.ent.cloudera.com/sqoop)            | true    |
| 2  | hdfs2mysql  | 3 (jdbc:mysql://mysql.ent.cloudera.com/sqoop)              | 4 (jdbc:mysql://mysql.ent.cloudera.com/sqoop)            | true    |
+----+-------------+------------------------------------------------------------+----------------------------------------------------------+---------+
{code}


> Sqoop2: Show job should show connection information
> ---------------------------------------------------
>
>                 Key: SQOOP-2121
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2121
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.99.5
>            Reporter: Jarek Jarcec Cecho
>              Labels: newbie
>             Fix For: 2.0.0
>
>
> When running {{show job}} user can see what connectors are in use:
> {code}
> 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    |
> +----+-------------+----------------+--------------+---------+
> {code}
> I think that it would be more useful to show the connection instead (or in addition).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)