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 52DCC18CAD for ; Thu, 4 Jun 2015 20:56:45 +0000 (UTC) Received: (qmail 79156 invoked by uid 500); 4 Jun 2015 20:56:38 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 79112 invoked by uid 500); 4 Jun 2015 20:56:38 -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 78819 invoked by uid 99); 4 Jun 2015 20:56:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 20:56:38 +0000 Date: Thu, 4 Jun 2015 20:56:38 +0000 (UTC) From: "Srimanth Gunturi (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-11703) HBASE configs validation error on 'hbase.bucketcache.ioengine' 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-11703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573565#comment-14573565 ] Srimanth Gunturi commented on AMBARI-11703: ------------------------------------------- HDPWIN stack also updated. > HBASE configs validation error on 'hbase.bucketcache.ioengine' > -------------------------------------------------------------- > > Key: AMBARI-11703 > URL: https://issues.apache.org/jira/browse/AMBARI-11703 > Project: Ambari > Issue Type: Bug > Components: contrib > Affects Versions: 2.1.0 > Reporter: Srimanth Gunturi > Assignee: Srimanth Gunturi > Priority: Critical > Fix For: 2.1.0 > > Attachments: AMBARI-11703.patch > > > On the installer proceed to the step7 > Input needed configs (HIVE password) > Click "Next" > Request for validation is failed with response: > {noformat} > { > "status" : 500, > "message" : "Stack Advisor reported an error: KeyError: 'hbase.bucketcache.ioengine'\nStdOut file: /var/run/ambari-server/stack-recommendations/169/stackadvisor.out\n\nStdErr file: /var/run/ambari-server/stack-recommendations/169/stackadvisor.err" > } > {noformat} > The exception in the stackadvisor.err is > {noformat} > Traceback (most recent call last): > File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 154, in > main(sys.argv) > File "/var/lib/ambari-server/resources/scripts/stack_advisor.py", line 113, in main > result = stackAdvisor.validateConfigurations(services, hosts) > File "/var/lib/ambari-server/resources/scripts/../stacks/stack_advisor.py", line 464, in validateConfigurations > validationItems = self.getConfigurationsValidationItems(services, hosts) > File "/var/lib/ambari-server/resources/scripts/./../stacks/HDP/2.0.6/services/stack_advisor.py", line 341, in getConfigurationsValidationItems > resultItems = method(siteProperties, siteRecommendations, configurations, services, hosts) > File "/var/lib/ambari-server/resources/scripts/./../stacks/HDP/2.3/services/stack_advisor.py", line 208, in validateHBASEConfigurations > super(HDP23StackAdvisor, self).validateHBASEConfigurations(properties, recommendedDefaults, configurations, services, hosts) > File "/var/lib/ambari-server/resources/scripts/./../stacks/HDP/2.2/services/stack_advisor.py", line 970, in validateHBASEConfigurations > if not (not hbase_site[prop_name] or hbase_site[prop_name] == prop_val): > KeyError: 'hbase.bucketcache.ioengine' > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)