Repository: ambari
Updated Branches:
  refs/heads/trunk 7dd2041be -> a3b691482


AMBARI-10868. 'hive.server2.authentication' should add additional configs in 
response - default values (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/a3b69148
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a3b69148
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a3b69148

Branch: refs/heads/trunk
Commit: a3b691482c4f72729421654963d462a11011db15
Parents: 7dd2041
Author: Srimanth Gunturi <sgunt...@hortonworks.com>
Authored: Mon May 4 19:01:48 2015 -0700
Committer: Srimanth Gunturi <sgunt...@hortonworks.com>
Committed: Mon May 4 19:01:48 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/a3b69148/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 6a53e23..0da7b1c 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
@@ -1629,7 +1629,7 @@ limitations under the License.
 
   <property>
     <name>hive.server2.authentication.ldap.url</name>
-    <value></value>
+    <value> </value>
     <depends-on>
       <property>
         <type>hive-site</type>
@@ -1649,7 +1649,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.kerberos.keytab</name>
-    <value></value>
+    <value> </value>
     <depends-on>
       <property>
         <type>hive-site</type>
@@ -1659,7 +1659,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.kerberos.principal</name>
-    <value></value>
+    <value> </value>
     <depends-on>
       <property>
         <type>hive-site</type>
@@ -1669,7 +1669,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.pam.services</name>
-    <value></value>
+    <value> </value>
     <depends-on>
       <property>
         <type>hive-site</type>
@@ -1679,7 +1679,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.custom.authentication.class</name>
-    <value></value>
+    <value> </value>
     <depends-on>
       <property>
         <type>hive-site</type>

Reply via email to