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 07:39:06 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 106c9fa09 -> 933745e2e


AMBARI-11573. Add SecureBulkLoadEndpoint to hbase.coprocessor.region.classes even for un secure hbase cluster - unit test fix (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/933745e2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/933745e2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/933745e2

Branch: refs/heads/trunk
Commit: 933745e2e44f6dc64a6fe0284e1c57064291cd6a
Parents: 106c9fa
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Sun May 31 22:38:54 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Sun May 31 22:38:54 2015 -0700

----------------------------------------------------------------------
 .../src/test/python/stacks/2.2/common/test_stack_advisor.py    | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/933745e2/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py b/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
index 85eba4d..dffca7b 100644
--- a/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
+++ b/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
@@ -1796,11 +1796,7 @@ class TestHDP22StackAdvisor(TestCase):
           "hbase.bucketcache.percentage.in.combinedcache": "",
           "hbase.regionserver.global.memstore.size": "0.4",
           "hbase.bucketcache.ioengine": ""
-        },
-        'property_attributes': {
-          'hbase.coprocessor.regionserver.classes': {
-            'delete': 'true'
-          }
+          "hbase.coprocessor.regionserver.classes": "org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint"
         }
       },
       "hbase-env": {