[
https://issues.apache.org/jira/browse/AMBARI-14180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037697#comment-15037697
]
Aleksandr Kovalenko commented on AMBARI-14180:
----------------------------------------------
+1 for the patch
> Recommendation poup: Non Existing properties does not retain their initial
> value in "current value" column
> ----------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-14180
> URL: https://issues.apache.org/jira/browse/AMBARI-14180
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.1.3
> Reporter: Andrii Babiichuk
> Assignee: Andrii Babiichuk
> Fix For: 2.2.0
>
> Attachments: AMBARI-14180.patch
>
>
> *STR:*
> # Was deployed cluster with HDFS, MapReduce2, YARN, Tez, Pig, ZooKeeper,
> Ambari Metrics, Knox, Ranger via blueprint.
> # Was enabled plugin for HDFS.
> # Go to add service wizard.
> # Choose HBase to install.
> # Go to customize services step. Following properties are noticed with the
> values as stated:
> hbase.coprocessor.regionserver.classes = deleted
> hbase.coprocessor.master.classes = ""
> hbase.coprocessor.region.classes =
> "org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint"
> # On "Ranger Plugin" panel of Ranger service enable plugin for HBase.
> Following properties are noticed with the values as stated:
> hbase.coprocessor.regionserver.classes =
> "org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor"
> hbase.coprocessor.master.classes" =
> "org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor"
> hbase.coprocessor.region.classes" =
> "org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint,org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor"
> # Disable plugin for HBase. Recommendation popup shows following properties
> with the values stated:
> ||Property||Current value||Recommended value||
> |hbase.coprocessor.regionserver.classes|org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor|org.apache.hadoop.hbase.security.access.AccessController||
> |hbase.coprocessor.master.classes|
> |org.apache.hadoop.hbase.security.access.AccessController||
> |hbase.coprocessor.region.classes|org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint|org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint||
> *Expected behavior:*
> ||Property||Current value||Recommended value||
> |hbase.coprocessor.regionserver.classes|deleted(absent)|org.apache.hadoop.hbase.security.access.AccessController||
> |hbase.coprocessor.master.classes|
> |org.apache.hadoop.hbase.security.access.AccessController||
> |hbase.coprocessor.region.classes|org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint|org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint||
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)