You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2014/11/07 19:12:13 UTC

ambari git commit: AMBARI-8197. Configs: hive.server2.authentication=NOSASL, part 2.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 1ad1ad656 -> 6efe4c028


AMBARI-8197. Configs: hive.server2.authentication=NOSASL, part 2.(vbrodetskyi)


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

Branch: refs/heads/branch-1.7.0
Commit: 6efe4c0283e0cfb01e4c14c3b536b37cd6ca0bbc
Parents: 1ad1ad6
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Fri Nov 7 20:11:51 2014 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Fri Nov 7 20:11:51 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml     | 2 +-
 .../stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6efe4c02/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
index a185b12..34399b2 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-site.xml
@@ -124,7 +124,7 @@ limitations under the License.
   <property>
     <name>hive.server2.authentication</name>
     <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description>
-    <value>NOSASL</value>
+    <value>NONE</value>
   </property>
 
   <property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/6efe4c02/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
index 44ff0a8..67be680 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml
@@ -154,7 +154,7 @@ limitations under the License.
   <property>
     <name>hive.server2.authentication</name>
     <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description>
-    <value>NOSASL</value>
+    <value>NONE</value>
   </property>
 
   <property>