You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/06/01 04:16:28 UTC

ambari git commit: AMBARI-11573. Add SecureBulkLoadEndpoint to hbase.coprocessor.region.classes even for un secure hbase cluster - addendum (Ted Yu via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 2b9c0e64f -> 106c9fa09


AMBARI-11573. Add SecureBulkLoadEndpoint to hbase.coprocessor.region.classes even for un secure hbase cluster - addendum (Ted Yu via smohanty)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/106c9fa0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/106c9fa0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/106c9fa0

Branch: refs/heads/trunk
Commit: 106c9fa09b53c24800d017e6074b917c1046c964
Parents: 2b9c0e6
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Sun May 31 19:16:17 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Sun May 31 19:16:17 2015 -0700

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/services/stack_advisor.py     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/106c9fa0/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py b/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
index 7c31c41..7743fd6 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
@@ -521,6 +521,7 @@ class HDP22StackAdvisor(HDP21StackAdvisor):
         putHbaseProperty('hbase.coprocessor.region.classes', "org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint")
         putHbaseSitePropertyAttributes('hbase.coprocessor.regionserver.classes', 'delete', 'true')
     else:
+      putHbaseProperty('hbase.coprocessor.region.classes', "org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint")
       putHbaseSitePropertyAttributes('hbase.coprocessor.regionserver.classes', 'delete', 'true')
 
     # Authentication