[
https://issues.apache.org/jira/browse/AMBARI-11238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551039#comment-14551039
]
Hadoop QA commented on AMBARI-11238:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12733822/AMBARI-11238_01.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/2776//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2776//console
This message is automatically generated.
> When Kerberizing a cluster with Ranger HBase plugin enabled, HBase
> coprocessor properties in hbase-site are overwritten (and breaks Ranger HBase
> plugin)
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-11238
> URL: https://issues.apache.org/jira/browse/AMBARI-11238
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Emil Anca
> Assignee: Emil Anca
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-11238_01.patch
>
>
> STR:
> 1. Install HDP 2.2 cluster.
> 2. Add Ranger to the cluster via Add Service Wizard. While Ranger is added,
> enable Ranger HBase plugin. This changes the following properties in
> hbase-site:
> hbase.coprocessor.master.classes:
> com.xasecure.authorization.hbase.XaSecureAuthorizationCoprocessor
> hbase.coprocessor.region.classes:
> org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint,com.xasecure.authorization.hbase.XaSecureAuthorizationCoprocessor
> 3. Kerberization API, resets the following properties in hbase-site and
> invalidates settings that are needed for Ranger HBase plugin:
> "hbase.coprocessor.master.classes":
> "org.apache.hadoop.hbase.security.access.AccessController"
> "hbase.coprocessor.region.classes":
> "org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint,org.apache.hadoop.hbase.security.access.AccessController"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)