Return-Path: X-Original-To: apmail-tez-issues-archive@minotaur.apache.org Delivered-To: apmail-tez-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 849D519EBE for ; Sun, 28 Feb 2016 21:22:18 +0000 (UTC) Received: (qmail 24646 invoked by uid 500); 28 Feb 2016 21:22:18 -0000 Delivered-To: apmail-tez-issues-archive@tez.apache.org Received: (qmail 24595 invoked by uid 500); 28 Feb 2016 21:22:18 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 24575 invoked by uid 99); 28 Feb 2016 21:22:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2016 21:22:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2002F2C1F5D for ; Sun, 28 Feb 2016 21:22:18 +0000 (UTC) Date: Sun, 28 Feb 2016 21:22:18 +0000 (UTC) From: "Hitesh Shah (JIRA)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (TEZ-3148) Invalid event TA_TEZ_EVENT_UPDATE on TaskAttempt 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/TEZ-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171192#comment-15171192 ] Hitesh Shah edited comment on TEZ-3148 at 2/28/16 9:22 PM: ----------------------------------------------------------- [~rajesh.balamohan] Are you using some history service impl which has not implemented the close function for the acl policy? {code} Exception in thread "75b0f971-7f89-461a-b432-45e1ac6e374b main" java.lang.AbstractMethodError: org.apache.tez.dag.history.ats.acls.ATSHistoryACLPolicyManager.close()V {code} was (Author: hitesh): [~rajesh.balamohan] Are you using some history service impl which has not implemented the close function for the acl policy? {code} Invalid event TA_TEZ_EVENT_UPDATE on TaskAttempt attempt_1455662455106_2317_27_02_000339_0 FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Invalid event TA_TEZ_EVENT_UPDATE on TaskAttempt attempt_1455662455106_2317_27_02_000339_0 Exception in thread "75b0f971-7f89-461a-b432-45e1ac6e374b main" java.lang.AbstractMethodError: org.apache.tez.dag.history.ats.acls.ATSHistoryACLPolicyManager.close()V {code} > Invalid event TA_TEZ_EVENT_UPDATE on TaskAttempt > ------------------------------------------------ > > Key: TEZ-3148 > URL: https://issues.apache.org/jira/browse/TEZ-3148 > Project: Apache Tez > Issue Type: Bug > Reporter: Rajesh Balamohan > Attachments: am.log.gz, dag.dot > > > Got the following when executing one of the DAG. > Tez details: > versionInfo=[ component=tez-dag, version=0.8.3-SNAPSHOT, revision=3e409ae0ee7233b4cf631cac1bc366679a08b7d1, SCM-URL=scm:git:https://git-wip-us.apache.org/repos/asf/tez.git, buildTime=20160227-1912] > {noformat} > Invalid event TA_TEZ_EVENT_UPDATE on TaskAttempt attempt_1455662455106_2317_27_02_000339_0 > FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Invalid event TA_TEZ_EVENT_UPDATE on TaskAttempt attempt_1455662455106_2317_27_02_000339_0 > Exception in thread "75b0f971-7f89-461a-b432-45e1ac6e374b main" java.lang.AbstractMethodError: org.apache.tez.dag.history.ats.acls.ATSHistoryACLPolicyManager.close()V > at org.apache.tez.client.TezClient.stop(TezClient.java:562) > at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.closeClient(TezSessionState.java:474) > at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.close(TezSessionState.java:436) > at org.apache.hadoop.hive.ql.exec.tez.TezSessionPoolManager.closeIfNotDefault(TezSessionPoolManager.java:338) > at org.apache.hadoop.hive.ql.session.SessionState.close(SessionState.java:1469) > at org.apache.hadoop.hive.cli.CliSessionState.close(CliSessionState.java:66) > at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:719) > at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:645) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)