Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 93128 invoked from network); 28 Oct 2010 10:40:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 10:40:42 -0000 Received: (qmail 26427 invoked by uid 500); 28 Oct 2010 10:40:42 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 26252 invoked by uid 500); 28 Oct 2010 10:40:42 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 26244 invoked by uid 99); 28 Oct 2010 10:40:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 10:40:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 10:40:40 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9SAeJqu007318 for ; Thu, 28 Oct 2010 10:40:20 GMT Message-ID: <28733576.119341288262419898.JavaMail.jira@thor> Date: Thu, 28 Oct 2010 06:40:19 -0400 (EDT) From: "Mithun Radhakrishnan (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-2163) MiniMRCluster does not start correctly. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 MiniMRCluster does not start correctly. --------------------------------------- Key: MAPREDUCE-2163 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2163 Project: Hadoop Map/Reduce Issue Type: Bug Components: test Affects Versions: 0.22.0 Reporter: Mithun Radhakrishnan Test code written against MiniMRCluster does not execute correctly. The MiniDFSCluster instance comes up alright, but when the MiniMRCluster starts up, one gets hundreds of stack-traces of the following kind: 10/10/28 15:55:47 INFO ipc.Server: IPC Server handler 2 on 61176, call getBuildVersion() from 127.0.0.1:61181: error: java.io.IOException: java.lang.annotation.IncompleteAnnotationException: org.apache.hadoop.HadoopVersionAnnotation missing element srcChecksum java.io.IOException: java.lang.annotation.IncompleteAnnotationException: org.apache.hadoop.HadoopVersionAnnotation missing element srcChecksum at sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:53) at $Proxy7.srcChecksum(Unknown Source) at org.apache.hadoop.util.VersionInfo.getSrcChecksum(VersionInfo.java:100) at org.apache.hadoop.util.VersionInfo.getBuildVersion(VersionInfo.java:108) at org.apache.hadoop.mapred.JobTracker.getBuildVersion(JobTracker.java:2367) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:349) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1399) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1395) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1114) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1393) It would appear that the hadoop-mapred-test-0.22.0-SNAPSHOT.jar hosted on Apache might be missing the srcChecksum element, wherever HadoopVersionAnnotation is being used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.