[
https://issues.apache.org/jira/browse/SQOOP-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381204#comment-14381204
]
Hudson commented on SQOOP-2226:
-------------------------------
SUCCESS: Integrated in Sqoop2-hadoop200 #803 (See
[https://builds.apache.org/job/Sqoop2-hadoop200/803/])
SQOOP-2226: Sqoop2: Access denied in shell (abe:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=06f6ceceb9ae64208359a5ff59a876f6a211fe53)
* shell/src/main/java/org/apache/sqoop/shell/ShowLinkFunction.java
> 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)