Browse Source

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

Vitaly Brodetskyi 10 years ago
parent
commit
e59d95b310

+ 1 - 1
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>

+ 1 - 1
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>