Repository: ambari Updated Branches: refs/heads/trunk 9d4e0228f -> 8965be4cf
AMBARI-15945. Cannot enable Kerb, Wizard hangs with JS error (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8965be4c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8965be4c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8965be4c Branch: refs/heads/trunk Commit: 8965be4cfb1d1d19f7ef7266ef1078d3e55064be Parents: 9d4e022 Author: Alex Antonenko <[email protected]> Authored: Tue Apr 19 12:10:23 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Apr 19 15:20:11 2016 +0300 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8965be4c/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json index fe0c2ec..a03a1b7 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json @@ -40,7 +40,7 @@ "name": "HIVE_METASTORE", "identities": [ { - "name": "/HIVE/HIVE_SEVER/hive_server_hive", + "name": "/HIVE/HIVE_SERVER/hive_server_hive", "principal": { "configuration": "hive-site/hive.metastore.kerberos.principal" }, @@ -122,4 +122,4 @@ ] } ] -} \ No newline at end of file +}
