You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Sqoop QA bot (JIRA)" <ji...@apache.org> on 2015/03/18 10:08:38 UTC

[jira] [Commented] (SQOOP-2226) SQOOP2: Add "Access Denied" in ShowLinkFunction.java

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

Sqoop QA bot commented on SQOOP-2226:
-------------------------------------

Testing file [SQOOP-2226.0.patch|https://issues.apache.org/jira/secure/attachment/12705298/SQOOP-2226.0.patch] against branch sqoop2 took 0:47:36.756936.

{color:red}Overall:{color} -1 due to an error

{color:red}ERROR:{color} Patch does not add/modifny any test case
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All fast unit tests passed (executed 276 tests)
{color:green}SUCCESS:{color} All slow unit tests passed (executed 1 tests)
{color:green}SUCCESS:{color} All fast integration tests passed (executed 24 tests)
{color:green}SUCCESS:{color} All slow integration tests passed (executed 0 tests)

Console output is available [here|https://builds.apache.org/job/PreCommit-SQOOP-Build/1178/console].

This message is automatically generated.

> SQOOP2: Add "Access Denied" in ShowLinkFunction.java
> ----------------------------------------------------
>
>                 Key: SQOOP-2226
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2226
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-shell
>    Affects Versions: 1.99.5
>            Reporter: Richard
>            Assignee: Richard
>             Fix For: 1.99.6
>
>         Attachments: SQOOP-2226.0.patch
>
>
> When run "show link" in CLI, the connector name displays in the summary page.
> {code}
> +----+-------+--------------+------------------------+---------+
> | Id | Name  | Connector Id |     Connector Name     | Enabled |
> +----+-------+--------------+------------------------+---------+
> | 1  | mysql | 4            | generic-jdbc-connector | true    |
> | 2  | kafka | 1            | kite-connector         | true    |
> +----+-------+--------------+------------------------+---------+
> {code}
> If user has privilege of READ LINK, and has not privilege of READ CONNECOTR, then SqoopException will be thrown.
> After this JIRA, the result will be showed below.
> {code}
> +----+-------+--------------+------------------------+---------+
> | Id | Name  | Connector Id |     Connector Name     | Enabled |
> +----+-------+--------------+------------------------+---------+
> | 1  | mysql | 4            | generic-jdbc-connector | true    |
> | 2  | kafka | 1            | Access Denied          | true    |
> +----+-------+--------------+------------------------+---------+
> {code}



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