Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 8B84511710 for ; Fri, 23 May 2014 21:25:03 +0000 (UTC) Received: (qmail 44352 invoked by uid 500); 23 May 2014 21:25:03 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 44291 invoked by uid 500); 23 May 2014 21:25:03 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 44282 invoked by uid 500); 23 May 2014 21:25:03 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 44279 invoked by uid 99); 23 May 2014 21:25:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 21:25:03 +0000 Date: Fri, 23 May 2014 21:25:03 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7114) Extra Tez session is started during HiveServer2 startup 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/HIVE-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007725#comment-14007725 ] Hive QA commented on HIVE-7114: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12646405/HIVE-7114.1.patch {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 5458 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimal org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalX org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalXY {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/273/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/273/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-273/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12646405 > Extra Tez session is started during HiveServer2 startup > ------------------------------------------------------- > > Key: HIVE-7114 > URL: https://issues.apache.org/jira/browse/HIVE-7114 > Project: Hive > Issue Type: Bug > Components: HiveServer2, Tez > Affects Versions: 0.13.0 > Reporter: Deepesh Khandelwal > Assignee: Thejas M Nair > Attachments: HIVE-7114.1.patch > > > When starting the HiveServer2 we are seeing an extra Tez AM launched. > This is where it is getting created . > {noformat} > 2014-05-09 23:11:22,261 INFO [main]: metastore.HiveMetaStore (HiveMetaStore.java:addAdminUsers(588)) - No user is added in admin role, since config is empty > java.lang.Exception: Opening session > at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:134) > at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:119) > at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:356) > at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:292) > at org.apache.hive.service.cli.session.SessionManager.applyAuthorizationConfigPolicy(SessionManager.java:88) > at org.apache.hive.service.cli.session.SessionManager.init(SessionManager.java:63) > at org.apache.hive.service.CompositeService.init(CompositeService.java:59) > at org.apache.hive.service.cli.CLIService.init(CLIService.java:110) > at org.apache.hive.service.CompositeService.init(CompositeService.java:59) > at org.apache.hive.service.server.HiveServer2.init(HiveServer2.java:68) > at org.apache.hive.service.server.HiveServer2.startHiveServer2(HiveServer2.java:100) > at org.apache.hive.service.server.HiveServer2.main(HiveServer2.java:149) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:212) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)