summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Mohanty <smohanty@hortonworks.com>2017-08-04 15:03:24 -0700
committerSumit Mohanty <smohanty@hortonworks.com>2017-08-04 15:03:24 -0700
commit2432f6f68104d47cfc3103b091dc32a4680785da (patch)
tree84c306711b12f0384f9ee695a292a7aa8f11b276
parent24d7689f00ba2a6d7b841dbba7ce16d12915f93b (diff)
AMBARI-21663. Livy2 should use the same keytab as Livy. (Bikas Saha via smohanty)
-rw-r--r--ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json2
1 files changed, 1 insertions, 1 deletions
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 198ab41b45..0f99bbb634 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"