[
https://issues.apache.org/jira/browse/SQOOP-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052349#comment-15052349
]
Sqoop QA bot commented on SQOOP-2692:
-------------------------------------
Testing file
[SQOOP-2692.001.patch|https://issues.apache.org/jira/secure/attachment/12776983/SQOOP-2692.001.patch]
against branch sqoop2 took 0:51:37.061865.
{color:red}Overall:{color} -1 due to an error(s), see details below:
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch add/modify test case
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All unit tests passed (executed 1638 tests)
{color:green}SUCCESS:{color} Test coverage did not decreased
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/1987/artifact/patch-process/cobertura_report.txt])
{color:green}SUCCESS:{color} No new findbugs warnings
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/1987/artifact/patch-process/findbugs_report.txt])
{color:red}ERROR:{color} Some of integration tests failed
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/1987/artifact/patch-process/test_integration.txt],
executed 75 tests)
* Test {{integration-tests}}
* Test {{org.apache.sqoop.integration.connector.hive.FromRDBMSToKiteHiveTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.S3Test}}
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/1987/console].
This message is automatically generated.
> 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
>
>
> 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)