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 1CEC7178FC for ; Mon, 20 Apr 2015 12:52:59 +0000 (UTC) Received: (qmail 40385 invoked by uid 500); 20 Apr 2015 12:52:59 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 40346 invoked by uid 500); 20 Apr 2015 12:52:59 -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 40334 invoked by uid 99); 20 Apr 2015 12:52:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 12:52:58 +0000 Date: Mon, 20 Apr 2015 12:52:58 +0000 (UTC) From: "Vitaly Brodetskyi (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-10596) Tez Service check fails after enabling HA 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-10596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaly Brodetskyi updated AMBARI-10596: --------------------------------------- Attachment: AMBARI-10596.patch > Tez Service check fails after enabling HA > ----------------------------------------- > > Key: AMBARI-10596 > URL: https://issues.apache.org/jira/browse/AMBARI-10596 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.1.0 > Reporter: Vitaly Brodetskyi > Assignee: Vitaly Brodetskyi > Priority: Critical > Fix For: 2.1.0 > > Attachments: AMBARI-10596.patch > > > on the cluster (with HDFS,MApred, Yarn, Tez, ZK, AmbariMetrics), after enabling NNHa and RMHA start services failed at Check Tez with the below error. This is unsecure cluster. > {code} > 2015-04-17 19:10:15,029 - Error while executing command 'service_check': > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 214, in execute > method(env) > File "/var/lib/ambari-agent/cache/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py", line 67, in service_check > bin_dir = params.hadoop_bin_dir > 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 152, in run > self.run_action(resource, action) > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action > provider_action() > File "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/execute_hadoop.py", line 55, in action_run > environment = self.resource.environment, > 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 152, in run > self.run_action(resource, action) > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action > provider_action() > File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 274, in action_run > raise ex > Fail: Execution of 'hadoop --config /etc/hadoop/conf fs -mkdir /tmp/tezsmokeinput' returned 1. mkdir: `/tmp/tezsmokeinput': No such file or directory > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)