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 190231065F for ; Fri, 26 Dec 2014 14:06:56 +0000 (UTC) Received: (qmail 19551 invoked by uid 500); 26 Dec 2014 14:06:56 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 19520 invoked by uid 500); 26 Dec 2014 14:06:56 -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 19505 invoked by uid 99); 26 Dec 2014 14:06:54 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2014 14:06:54 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id B33B01D377A; Fri, 26 Dec 2014 14:06:53 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1581872521266708468==" MIME-Version: 1.0 Subject: Re: Review Request 29430: Hive start fails on deploying from blueprint From: "Andrew Onischuk" To: "Andrew Onischuk" Cc: "Vitalyi Brodetskyi" , "Ambari" Date: Fri, 26 Dec 2014 14:06:53 -0000 Message-ID: <20141226140653.10624.48799@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Andrew Onischuk" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/29430/ X-Sender: "Andrew Onischuk" References: <20141226140554.10624.94365@reviews.apache.org> In-Reply-To: <20141226140554.10624.94365@reviews.apache.org> Reply-To: "Andrew Onischuk" X-ReviewRequest-Repository: ambari --===============1581872521266708468== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29430/#review66152 ----------------------------------------------------------- Ship it! Ship It! - Andrew Onischuk On Dec. 26, 2014, 2:05 p.m., Vitalyi Brodetskyi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29430/ > ----------------------------------------------------------- > > (Updated Dec. 26, 2014, 2:05 p.m.) > > > Review request for Ambari and Andrew Onischuk. > > > Bugs: AMBARI-8922 > https://issues.apache.org/jira/browse/AMBARI-8922 > > > Repository: ambari > > > Description > ------- > > ambari-server --hash: 600f1afcd9f2f4f70c20e005a0f6b748214e15c8 > > - Blueprints: attached. > - Install and Start will abort. > - Login to UI and hit Start All Services. > > Error: > {code} > 2014-12-24 00:55:52,535 - Error while executing command 'start': > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 152, in execute > method(env) > File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py", line 54, in start > rolling_restart=rolling_restart ) > File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service.py", line 94, in hive_service > raise Fail("Connection to Hive server %s on port %s failed after %d seconds" % (address, port, elapsed_time)) > Fail: Connection to Hive server blueprint2-2.c.pramod-thangali.internal on port 10000 failed after 123 seconds > {code} > > Commands to install cluster: > {code} > curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST -d @blueprint.json http://localhost:8080/api/v1/blueprints/blueprint-singlenode-default > > curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST -d @hosts.json http://localhost:8080/api/v1/clusters/c1 > {code} > > > Diffs > ----- > > ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml 1c72f70 > > Diff: https://reviews.apache.org/r/29430/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Vitalyi Brodetskyi > > --===============1581872521266708468==--