Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 0DC7AB1C9 for ; Wed, 4 Jan 2012 19:22:28 +0000 (UTC) Received: (qmail 31720 invoked by uid 500); 4 Jan 2012 19:22:27 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 31690 invoked by uid 500); 4 Jan 2012 19:22:27 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 31682 invoked by uid 99); 4 Jan 2012 19:22:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 19:22:27 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 19:22:25 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C585A138967 for ; Wed, 4 Jan 2012 19:21:39 +0000 (UTC) Date: Wed, 4 Jan 2012 19:21:39 +0000 (UTC) From: "Thomas Graves (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <501285158.6045.1325704899810.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <494803763.4664.1325687558363.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3615) mapred ant test failures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179774#comment-13179774 ] Thomas Graves commented on MAPREDUCE-3615: ------------------------------------------ The errors in the log seem to point that this was broke by MAPREDUCE-3349. I see the following error in a bunch of the logs: [junit] 2011-12-23 03:17:29,776 ERROR [IPC Server handler 5 on 60518] security.UserGroupInformation (UserGroupInformation.java:doAs(1160)) - PriviledgedActionException as:hadoopqa (auth:SIMPLE) cause:java.io.IOException: java.lang.NullPointerException: null of string in field rackn ame of org.apache.hadoop.mapreduce.jobhistory.TaskAttemptUnsuccessfulCompletion of union in field event of org.apache.hadoop.mapreduce.jobhisto ry.Event [junit] 2011-12-23 03:17:29,777 INFO [IPC Server handler 5 on 60518] ipc.Server (Server.java:run(1498)) - IPC Server handler 5 on 60518, c all: heartbeat(org.apache.hadoop.mapred.TaskTrackerStatus@1e7c609, false, false, true, 41), rpc version=1, client version=31, methodsFingerPrin t=-746823657 from 127.0.0.1:34427, error: [junit] java.io.IOException: java.lang.NullPointerException: null of string in field rackname of org.apache.hadoop.mapreduce.jobhistory.Tas kAttemptUnsuccessfulCompletion of union in field event of org.apache.hadoop.mapreduce.jobhistory.Event > mapred ant test failures > ------------------------ > > Key: MAPREDUCE-3615 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3615 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Thomas Graves > Priority: Blocker > > The following mapred ant tests are failing. This started on December 22nd. > [junit] Running org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs > [junit] Running org.apache.hadoop.mapred.TestMiniMRDFSSort > [junit] Running org.apache.hadoop.mapred.TestBadRecords > [junit] Running org.apache.hadoop.mapred.TestClusterMRNotification > [junit] Running org.apache.hadoop.mapred.TestDebugScript > [junit] Running org.apache.hadoop.mapred.TestJobCleanup > [junit] Running org.apache.hadoop.mapred.TestJobClient > [junit] Running org.apache.hadoop.mapred.TestJobHistory > [junit] Running org.apache.hadoop.mapred.TestJobInProgressListener > [junit] Running org.apache.hadoop.mapred.TestJobKillAndFail > [junit] Running org.apache.hadoop.mapred.TestJvmReuse > [junit] Running org.apache.hadoop.mapred.TestKillSubProcesses > [junit] Running org.apache.hadoop.mapred.TestNodeRefresh > [junit] Running org.apache.hadoop.mapred.TestSetupAndCleanupFailure > [junit] Running org.apache.hadoop.mapred.TestTaskFail > [junit] Running org.apache.hadoop.mapred.TestTaskOutputSize > [junit] Running org.apache.hadoop.mapred.TestTaskTrackerSlotManagement > [junit] Running org.apache.hadoop.mapreduce.TestMRJobClient > [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob > [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira