You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/06/18 21:36:15 UTC

ambari git commit: AMBARI-11996. Hive authentication properties appear when they have not to (Emil Anca via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 316f34181 -> e28c40b23


AMBARI-11996. Hive authentication properties appear when they have not to (Emil Anca via rlevas)


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

Branch: refs/heads/trunk
Commit: e28c40b239c3d934f7c1ea9594cec9b1a627bff1
Parents: 316f341
Author: Emil Anca <ea...@hortonworks.com>
Authored: Thu Jun 18 15:11:07 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Thu Jun 18 15:11:07 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/e28c40b2/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 6f9c22b..fc6bb35 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
@@ -1708,7 +1708,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.kerberos.keytab</name>
-    <value></value>
+    <value>/etc/security/keytabs/hive.service.keytab</value>
     <depends-on>
       <property>
         <type>hive-site</type>
@@ -1718,7 +1718,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.kerberos.principal</name>
-    <value></value>
+    <value>hive/_HOST@EXAMPLE.COM</value>
     <depends-on>
       <property>
         <type>hive-site</type>