Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2587C200CEB for ; Sat, 29 Jul 2017 02:29:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23EF416D8C5; Sat, 29 Jul 2017 00:29:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 69A4916D8C0 for ; Sat, 29 Jul 2017 02:29:18 +0200 (CEST) Received: (qmail 17704 invoked by uid 500); 29 Jul 2017 00:29:17 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 17695 invoked by uid 99); 29 Jul 2017 00:29:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jul 2017 00:29:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F174E9456; Sat, 29 Jul 2017 00:29:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smohanty@apache.org To: commits@ambari.apache.org Message-Id: <286869ed655e488daacc8e3ecf067874@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-21605. Missing Kerberos configs for Spark2 (Bikas Saha via smohanty) Date: Sat, 29 Jul 2017 00:29:17 +0000 (UTC) archived-at: Sat, 29 Jul 2017 00:29:19 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.5 28e7fb579 -> 9b309e31a 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/9b309e31 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9b309e31 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9b309e31 Branch: refs/heads/branch-2.5 Commit: 9b309e31a048c645202aa0fc88502c2a113fc01c Parents: 28e7fb5 Author: Sumit Mohanty Authored: Fri Jul 28 17:29:05 2017 -0700 Committer: Sumit Mohanty Committed: Fri Jul 28 17:29:05 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/9b309e31/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 +}