You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/03/26 02:23:55 UTC

[jira] [Commented] (SQOOP-2226) Sqoop2: Access denied in shell

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

ASF subversion and git services commented on SQOOP-2226:
--------------------------------------------------------

Commit 06f6ceceb9ae64208359a5ff59a876f6a211fe53 in sqoop's branch refs/heads/sqoop2 from [~abec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=06f6cec ]

SQOOP-2226: Sqoop2: Access denied in shell

(Richard Zhou via Abraham Elmahrek)


> Sqoop2: Access denied in shell
> ------------------------------
>
>                 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)