Repository: ambari Updated Branches: refs/heads/branch-2.1 a32cb2a26 -> c92743f2e
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/c92743f2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c92743f2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c92743f2 Branch: refs/heads/branch-2.1 Commit: c92743f2e95a7d72ccde87a14fe39ab703708dd0 Parents: a32cb2a Author: Emil Anca <[email protected]> Authored: Thu Jun 18 15:36:50 2015 -0400 Committer: Robert Levas <[email protected]> Committed: Thu Jun 18 15:36:50 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/c92743f2/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/[email protected]</value> <depends-on> <property> <type>hive-site</type>
