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 12:06:40 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 eacb28127 -> 73d6d8947


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


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

Branch: refs/heads/branch-1.7.0
Commit: 73d6d89475b3dba4f2deb9ec5b95664daa688e90
Parents: eacb281
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Fri Nov 7 13:06:13 2014 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Fri Nov 7 13:06:13 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml  | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/73d6d894/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
index 2538823..7fea48d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
@@ -838,6 +838,13 @@ limitations under the License.
       are specified.
     </description>
   </property>
+
+  <property>
+    <name>hive.server2.authentication</name>
+    <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description>
+    <value>NONE</value>
+  </property>
+
   <property>
     <name>hive.server2.authentication.spnego.principal</name>
     <value>/etc/security/keytabs/spnego.service.keytab</value>