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 1B64E17F93 for ; Sat, 11 Oct 2014 04:27:34 +0000 (UTC) Received: (qmail 99920 invoked by uid 500); 11 Oct 2014 04:27:33 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 99878 invoked by uid 500); 11 Oct 2014 04:27:33 -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 99863 invoked by uid 99); 11 Oct 2014 04:27:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 04:27:33 +0000 Date: Sat, 11 Oct 2014 04:27:33 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-7739) hive command line fails to start after setting hive.execution.engine to tez in HDP 2.2.1 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-7739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167994#comment-14167994 ] Hadoop QA commented on AMBARI-7739: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12674327/AMBARI-7739.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in ambari-server. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/164//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/164//console This message is automatically generated. > hive command line fails to start after setting hive.execution.engine to tez in HDP 2.2.1 > ---------------------------------------------------------------------------------------- > > Key: AMBARI-7739 > URL: https://issues.apache.org/jira/browse/AMBARI-7739 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 1.7.0 > Reporter: Alejandro Fernandez > Assignee: Alejandro Fernandez > Priority: Blocker > Fix For: 1.7.0, 2.0.0 > > Attachments: AMBARI-7739.patch > > > Create an Ambari 1.7.0 cluster with HDP 2.2.1, and install HDFS, Tez, MR, Hive, Zookeeper. > After switching the hive.execution.engine from "mr" to "tez", attempting to run the hive shell generates an error. > {code} > Logging initialized using configuration in file:/etc/hive/conf.server/hive-log4j.properties > Exception in thread "main" java.lang.RuntimeException: org.apache.tez.dag.api.SessionNotRunning: TezSession has already shutdown > at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:457) > at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:670) > at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:614) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > Caused by: org.apache.tez.dag.api.SessionNotRunning: TezSession has already shutdown > at org.apache.tez.client.TezClient.waitTillReady(TezClient.java:598) > at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:206) > at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:119) > at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:454) > ... 8 more > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)