Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28D021814F for ; Thu, 7 Jan 2016 18:35:40 +0000 (UTC) Received: (qmail 48897 invoked by uid 500); 7 Jan 2016 18:35:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 48880 invoked by uid 500); 7 Jan 2016 18:35:40 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 48839 invoked by uid 99); 7 Jan 2016 18:35:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 18:35:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CEC862C0453 for ; Thu, 7 Jan 2016 18:35:39 +0000 (UTC) Date: Thu, 7 Jan 2016 18:35:39 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-14557) Stack advisor recommendations for SPARK use incorrect logic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15087833#comment-15087833 ] Hadoop QA commented on AMBARI-14557: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12780933/Ambari-14557-1.patch against trunk revision . {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/4809//console This message is automatically generated. > Stack advisor recommendations for SPARK use incorrect logic > ----------------------------------------------------------- > > Key: AMBARI-14557 > URL: https://issues.apache.org/jira/browse/AMBARI-14557 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: trunk > Reporter: Lav Jain > Assignee: Jeff Zhang > Priority: Minor > Attachments: Ambari-14557-1.patch > > > In PHD33StackAdvisor.getComponentLayoutValidations routine, SPARK_THRIFTSERVER and HIVE_SERVER should be components (not services). > {code} > if "SPARK_THRIFTSERVER" in [service["StackServices"]["service_name"] for service in services["services"]]: > if not "HIVE_SERVER" in [service["StackServices"]["service_name"] for service in services["services"]]: > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)