You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/05/05 00:58:40 UTC

ambari git commit: AMBARI-10868. 'hive.server2.authentication' should add additional configs in response - test fixes (mpapirkovskyy via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 002d9c286 -> 46e2bb361


AMBARI-10868. 'hive.server2.authentication' should add additional configs in response - test fixes (mpapirkovskyy via srimanth)


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

Branch: refs/heads/trunk
Commit: 46e2bb3616fc6882317a582813a6e55dcc11af9d
Parents: 002d9c2
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon May 4 15:56:33 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon May 4 15:56:33 2015 -0700

----------------------------------------------------------------------
 .../src/test/python/stacks/2.2/common/test_stack_advisor.py  | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/46e2bb36/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 bfc35f9..bd13a11 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
@@ -907,6 +907,14 @@ class TestHDP22StackAdvisor(TestCase):
           'hive.txn.manager': 'org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager',
           'hive.vectorized.execution.enabled': 'true',
           'hive.vectorized.execution.reduce.enabled': 'false'
+        },
+       'property_attributes': {
+         'hive.server2.authentication.pam.services': {'delete': 'true'}, 
+         'hive.server2.custom.authentication.class': {'delete': 'true'}, 
+         'hive.server2.authentication.ldap.baseDN': {'delete': 'true'}, 
+         'hive.server2.authentication.kerberos.principal': {'delete': 'true'}, 
+         'hive.server2.authentication.kerberos.keytab': {'delete': 'true'}, 
+         'hive.server2.authentication.ldap.url': {'delete': 'true'}
         }
       },
       'hiveserver2-site': {