Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 41915 invoked from network); 21 Oct 2010 19:27:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 19:27:18 -0000 Received: (qmail 52737 invoked by uid 500); 21 Oct 2010 19:27:18 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 52703 invoked by uid 500); 21 Oct 2010 19:27:18 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 52695 invoked by uid 99); 21 Oct 2010 19:27:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 19:27:18 +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, 21 Oct 2010 19:27:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9LJQsG3021109 for ; Thu, 21 Oct 2010 19:26:54 GMT Message-ID: <13861962.14011287689214713.JavaMail.jira@thor> Date: Thu, 21 Oct 2010 15:26:54 -0400 (EDT) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6989) TestSetFile is failing on trunk In-Reply-To: <4408858.540201286236594170.JavaMail.jira@thor> 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/HADOOP-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923593#action_12923593 ] Hudson commented on HADOOP-6989: -------------------------------- Integrated in Hadoop-Common-trunk-Commit #395 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/395/]) > TestSetFile is failing on trunk > ------------------------------- > > Key: HADOOP-6989 > URL: https://issues.apache.org/jira/browse/HADOOP-6989 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.22.0 > Reporter: Jakob Homan > Assignee: Chris Douglas > Fix For: 0.22.0 > > Attachments: 6989-0.patch > > > Testsuite: org.apache.hadoop.io.TestSetFile > Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.015 sec > ------------- Standard Output --------------- > 2010-10-04 16:32:01,030 INFO io.TestSetFile (TestSetFile.java:generate(56)) - generating 10000 records in memory > 2010-10-04 16:32:01,249 INFO io.TestSetFile (TestSetFile.java:generate(63)) - sorting 10000 records > 2010-10-04 16:32:01,350 INFO io.TestSetFile (TestSetFile.java:writeTest(72)) - creating with 10000 records > ------------- ---------------- --------------- > Testcase: testSetFile took 0.964 sec > Caused an ERROR > key class or comparator option must be set > java.lang.IllegalArgumentException: key class or comparator option must be set > at org.apache.hadoop.io.MapFile$Writer.(MapFile.java:247) > at org.apache.hadoop.io.SetFile$Writer.(SetFile.java:60) > at org.apache.hadoop.io.TestSetFile.writeTest(TestSetFile.java:73) > at org.apache.hadoop.io.TestSetFile.testSetFile(TestSetFile.java:45) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.