Repository: ambari Updated Branches: refs/heads/trunk c5e09dadb -> e41a19201
AMBARI-7712. Authorization Exceptions in hive server logs (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e41a1920 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e41a1920 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e41a1920 Branch: refs/heads/trunk Commit: e41a19201e359b14127f8e35f3179e9163fec109 Parents: c5e09da Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 9 20:07:01 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 9 20:07:01 2014 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e41a1920/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml index e15ca56..7c231c9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml @@ -500,7 +500,7 @@ limitations under the License. <property> <name>hive.server2.authentication.spnego.principal</name> - <value>/etc/security/keytabs/spnego.service.keytab</value> + <value>HTTP/[email protected]</value> <description> This keytab would be used by HiveServer2 when Kerberos security is enabled and HTTP transport mode is used. </description> @@ -508,7 +508,7 @@ limitations under the License. <property> <name>hive.server2.authentication.spnego.keytab</name> - <value>HTTP/[email protected]</value> + <value>/etc/security/keytabs/spnego.service.keytab</value> <description> The SPNEGO service principal would be used by HiveServer2 when Kerberos security is enabled and HTTP transport mode is used. </description>
