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 8B629200B66 for ; Thu, 18 Aug 2016 19:49:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8A004160AAE; Thu, 18 Aug 2016 17:49:00 +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 D1F1D160A86 for ; Thu, 18 Aug 2016 19:48:59 +0200 (CEST) Received: (qmail 63368 invoked by uid 500); 18 Aug 2016 17:48:59 -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 63355 invoked by uid 99); 18 Aug 2016 17:48:59 -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; Thu, 18 Aug 2016 17:48:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ECAB2E02D4; Thu, 18 Aug 2016 17:48:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlevas@apache.org To: commits@ambari.apache.org Message-Id: <3b767954a0b046db824c04298d5438ef@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-18188. KAFKA is spelled as 'KAKFA' in stack_advisor.py because of which the function validate (Anita Jebaraj via rlevas) Date: Thu, 18 Aug 2016 17:48:58 +0000 (UTC) archived-at: Thu, 18 Aug 2016 17:49:00 -0000 Repository: ambari Updated Branches: refs/heads/trunk 1d3f8a4ce -> 712a12b6b AMBARI-18188. KAFKA is spelled as 'KAKFA' in stack_advisor.py because of which the function validate (Anita Jebaraj via rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/712a12b6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/712a12b6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/712a12b6 Branch: refs/heads/trunk Commit: 712a12b6b3228d5bd532aa7a594544c8bd594d66 Parents: 1d3f8a4 Author: Anita Jebaraj Authored: Thu Aug 18 13:47:26 2016 -0400 Committer: Robert Levas Committed: Thu Aug 18 13:48:47 2016 -0400 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/services/stack_advisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/712a12b6/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py b/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py index a0cce7b..64e8e03 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py @@ -749,7 +749,7 @@ class HDP23StackAdvisor(HDP22StackAdvisor): "HIVE": {"hiveserver2-site": self.validateHiveServer2Configurations, "hive-site": self.validateHiveConfigurations}, "HBASE": {"hbase-site": self.validateHBASEConfigurations}, - "KAKFA": {"kafka-broker": self.validateKAFKAConfigurations}, + "KAFKA": {"kafka-broker": self.validateKAFKAConfigurations}, "YARN": {"yarn-site": self.validateYARNConfigurations}, "RANGER": {"admin-properties": self.validateRangerAdminConfigurations, "ranger-env": self.validateRangerConfigurationsEnv}