You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/10/07 14:25:27 UTC

[jira] [Commented] (AMBARI-13334) Ranger Smart Configs: Add Ranger Plugin tab

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

Hadoop QA commented on AMBARI-13334:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12765350/AMBARI-13334.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/3914//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3914//console

This message is automatically generated.

> Ranger Smart Configs: Add Ranger Plugin tab
> -------------------------------------------
>
>                 Key: AMBARI-13334
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13334
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.3
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13334.patch
>
>
> # Create a new file ranger-common-plugin-properties.xml in the ranger's configuration folder of HDP-2.2 Ranger service definition 
> # Add following properties in the new ranger-common-plugin-properties.xml with appropriate value-attributes
> {code}
> <property>
>   <name>ranger-hdfs-plugin-enabled</name>
>   <value>No</value>
>   <display-name>HDFS Ranger Plugin</display-name>
>   <description>Enable ranger HDFS plugin</description>
>   <value-attributes>
> 	<overridable>false</overridable>
>   </value-attributes>
> </property>
> <property>
>     <name>ranger-hive-plugin-enabled</name>
>     <value>No</value>
>     <display-name>Hive Ranger Plugin</display-name>
>     <description>Enable ranger hive plugin</description>
>     <value-attributes>
>       <overridable>false</overridable>
>     </value-attributes>
>   </property>
>   <property>
>     <name>ranger-hbase-plugin-enabled</name>
>     <value>No</value>
>     <display-name>Hbase Ranger Plugin</display-name>
>     <description>Enable ranger hbase plugin</description>
>     <value-attributes>
>       <overridable>false</overridable>
>     </value-attributes>
>   </property>
>   <property>
>     <name>ranger-storm-plugin-enabled</name>
>     <value>No</value>
>     <display-name>Storm Ranger Plugin</display-name>
>     <description>Enable ranger storm plugin</description>
>     <value-attributes>
>       <overridable>false</overridable>
>     </value-attributes>
>   </property>
>   <property>
>     <name>ranger-kafka-plugin-enabled</name>
>     <value>No</value>
>     <display-name>Kafka Ranger Plugin</display-name>
>     <description>Enable ranger kafka plugin</description>
>     <value-attributes>
>       <overridable>false</overridable>
>     </value-attributes>
>   </property>
>   <property>
>     <name>ranger-knox-plugin-enabled</name>
>     <value>No</value>
>     <display-name>Knox Ranger Plugin</display-name>
>     <description>Enable ranger knox plugin</description>
>     <value-attributes>
>       <overridable>false</overridable>
>     </value-attributes>
>   </property>
> {code}
> *Following toggle widgets needs to be added on Ranger Plugin Tab:*
> # ranger-common-plugin-properties/ranger-hdfs-plugin-enabled 
> # ranger-common-plugin-properties/ranger-hive-plugin-enabled
> # ranger-common-plugin-properties/ranger-hbase-plugin-enabled
> # ranger-common-plugin-properties/ranger-storm-plugin-enabled
> # ranger-common-plugin-properties/ranger-kafka-plugin-enabled 
> # ranger-common-plugin-properties/ranger-knox-plugin-enabled 



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