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 25D1B18C9B for ; Wed, 6 Jan 2016 23:36:41 +0000 (UTC) Received: (qmail 22166 invoked by uid 500); 6 Jan 2016 23:36:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 22074 invoked by uid 500); 6 Jan 2016 23:36: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 21777 invoked by uid 99); 6 Jan 2016 23:36:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2016 23:36:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E2F162C1F60 for ; Wed, 6 Jan 2016 23:36:39 +0000 (UTC) Date: Wed, 6 Jan 2016 23:36:39 +0000 (UTC) From: "bhuvnesh chaudhary (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-14540) Fix single node installation issues for HAWQ 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-14540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bhuvnesh chaudhary updated AMBARI-14540: ---------------------------------------- Attachment: (was: AMBARI-14540.patch) > Fix single node installation issues for HAWQ > -------------------------------------------- > > Key: AMBARI-14540 > URL: https://issues.apache.org/jira/browse/AMBARI-14540 > Project: Ambari > Issue Type: Bug > Components: stacks > Affects Versions: trunk > Reporter: bhuvnesh chaudhary > Assignee: bhuvnesh chaudhary > Fix For: trunk > > Attachments: AMBARI-14540-branch-2.2.patch, AMBARI-14540.patch > > > Single node installation fails, below is the list of issues fixed. > 1. Stack advisor: List index error - Due to which Next option is disabled on UI while chosing master services > 2. Stack advisor: List Index error - Consistency checks fails > 3. During Review page, StandbyHost should not be pushed on single node clusters. > {code} > StackAdvisor implementation for stack PHD, version 3.3 was loaded > Returning PHD33StackAdvisor implementation > Error occured in stack advisor. > Error details: list index out of range > 31 Dec 2015 23:41:51,917 INFO [qtp-ambari-client-21] StackAdvisorRunner:71 - advisor script stderr: Traceback (most recent call last): > File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 158, in > main(sys.argv) > File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 106, in main > result = stackAdvisor.validateComponentLayout(services, hosts) > File "/var/lib/ambari-server/resources/scripts/../stacks/stack_advisor.py", line 458, in validateComponentLayout > validationItems = self.getComponentLayoutValidations(services, hosts) > File "/var/lib/ambari-server/resources/scripts/./../stacks/PHD/3.3/services/stack_advisor.py", line 63, in getComponentLayoutValidations > hawqStandbyHosts = [component["StackServiceComponents"]["hostnames"][0] for component in componentsList if component["StackServiceComponents"]["component_name"] == "HAWQSTANDBY"] > IndexError: list index out of range > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)