You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org> on 2014/11/17 17:52:33 UTC

[jira] [Created] (SQOOP-1745) Sqoop2: Print out connector name when showing links and jobs in shell

Jarek Jarcec Cecho created SQOOP-1745:
-----------------------------------------

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