Repository: ambari Updated Branches: refs/heads/branch-2.5 24d7689f0 -> 2432f6f68
AMBARI-21663. Livy2 should use the same keytab as Livy. (Bikas Saha via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2432f6f6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2432f6f6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2432f6f6 Branch: refs/heads/branch-2.5 Commit: 2432f6f68104d47cfc3103b091dc32a4680785da Parents: 24d7689 Author: Sumit Mohanty <[email protected]> Authored: Fri Aug 4 15:03:24 2017 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Aug 4 15:03:24 2017 -0700 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2432f6f6/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json index 198ab41..0f99bbb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json @@ -96,7 +96,7 @@ "local_username": "${livy2-env/livy2_user}" }, "keytab": { - "file": "${keytab_dir}/livy2.service.keytab", + "file": "${keytab_dir}/livy.service.keytab", "owner": { "name": "${livy2-env/livy2_user}", "access": "r"
