[
https://issues.apache.org/jira/browse/AMBARI-11238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14552617#comment-14552617
]
Hudson commented on AMBARI-11238:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2658 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2658/])
AMBARI-11238. When Kerberizing a cluster with Ranger HBase plugin enabled,
HBase coprocessor properties in hbase-site are overwritten (and breaks Ranger
HBase plugin) (Emil Anca via rlevas) (rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ce8f5aaa0bfbdc48f71140cd89c47d3aa7869dcf)
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/kerberos.json
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
Revert "AMBARI-11238. When Kerberizing a cluster with Ranger HBase plugin
enabled, HBase coprocessor properties in hbase-site are overwritten (and breaks
Ranger HBase plugin) (Emil Anca via rlevas)" (rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=990193e97c99917b2c072d0691f634b155306c8e)
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/kerberos.json
AMBARI-11238. When Kerberizing a cluster with Ranger HBase plugin enabled,
HBase coprocessor properties in hbase-site are overwritten (and breaks Ranger
HBase plugin) (Emil Anca via rlevas) (rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=91c628dade3f96d5a45567def9df6b6acb07d8a5)
* ambari-server/src/test/python/stacks/2.0.6/configs/secured.json
* ambari-server/src/test/python/stacks/2.0.6/configs/default.json
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/kerberos.json
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
> 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, AMBARI-11238_02.patch,
> AMBARI-11238_03.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)