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 1004410CE5 for ; Fri, 14 Feb 2014 16:52:25 +0000 (UTC) Received: (qmail 87772 invoked by uid 500); 14 Feb 2014 16:52:20 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 87671 invoked by uid 500); 14 Feb 2014 16:52:19 -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 87646 invoked by uid 99); 14 Feb 2014 16:52:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 16:52:19 +0000 Date: Fri, 14 Feb 2014 16:52:19 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-4680) Hive Metastore install failed during install cluster 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-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk resolved AMBARI-4680. ------------------------------------- Resolution: Fixed committed to trunk > Hive Metastore install failed during install cluster > ---------------------------------------------------- > > Key: AMBARI-4680 > URL: https://issues.apache.org/jira/browse/AMBARI-4680 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 1.5.0 > > Attachments: AMBARI-4680.patch > > > {code} > File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__ > self.env.run() > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run > self.run_action(resource, action) > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action > provider_action() > File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 238, in action_run > raise ex > Fail: Execution of 'mkdir -p /tmp/HDP-artifacts/ ; curl -kf --retry 10 http://ambari-sec-1392361169-others-2-re-1.cs1cloud.internal:8080/resources//ojdbc6.jar -o /usr/share/java/ojdbc6.jar && cp /usr/share/java/ojdbc6.jar /usr/lib/hive/lib//ojdbc6.jar' returned 127. /etc/profile: line 31: id: command not found > /bin/bash: curl: command not found > stdout: /var/lib/ambari-agent/data/output-130.txt > File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__ > self.env.run() > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run > self.run_action(resource, action) > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action > provider_action() > File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 238, in action_run > raise ex > Fail: Execution of 'mkdir -p /tmp/HDP-artifacts/ ; curl -kf --retry 10 http://ambari-sec-1392361169-others-2-re-1.cs1cloud.internal:8080/resources//ojdbc6.jar -o /usr/share/java/ojdbc6.jar && cp /usr/share/java/ojdbc6.jar /usr/lib/hive/lib//ojdbc6.jar' returned 127. /etc/profile: line 31: id: command not found > /bin/bash: curl: command not found > {code} > Looks like its saying curl command not found. Could be possible its not in the path? -- This message was sent by Atlassian JIRA (v6.1.5#6160)