Repository: ambari Updated Branches: refs/heads/trunk 3009a4aa1 -> 70baac3b4
AMBARI-21605. Missing Kerberos configs for Spark2 (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/70baac3b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70baac3b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70baac3b Branch: refs/heads/trunk Commit: 70baac3b42bf0cf3286cb5d926475d4f9de78d77 Parents: 3009a4a Author: Sumit Mohanty <[email protected]> Authored: Fri Jul 28 17:29:05 2017 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Jul 28 17:29:43 2017 -0700 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.6/services/SPARK2/kerberos.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/70baac3b/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 36513f2..198ab41 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 @@ -30,12 +30,12 @@ ], "configurations": [ { - "spark-defaults": { + "spark2-defaults": { "spark.history.kerberos.enabled": "true" } }, { - "spark-thrift-sparkconf": { + "spark2-thrift-sparkconf": { "spark.yarn.keytab": "${spark2-env/hive_kerberos_keytab}", "spark.yarn.principal": "${spark2-env/hive_kerberos_principal}" } @@ -123,4 +123,4 @@ ] } ] -} \ No newline at end of file +}
