Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 80566 invoked from network); 5 Oct 2010 06:56:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 06:56:11 -0000 Received: (qmail 77541 invoked by uid 500); 5 Oct 2010 06:56:11 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 77386 invoked by uid 500); 5 Oct 2010 06:56:08 -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 77374 invoked by uid 99); 5 Oct 2010 06:56:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 06:56:08 +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; Tue, 05 Oct 2010 06:56:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o956thGX010655 for ; Tue, 5 Oct 2010 06:55:44 GMT Message-ID: <12688143.543351286261743972.JavaMail.jira@thor> Date: Tue, 5 Oct 2010 02:55:43 -0400 (EDT) From: "Owen O'Malley (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Owen O'Malley updated HADOOP-6989: ---------------------------------- Resolution: Fixed Assignee: Jakob Homan Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) I just committed this. Thanks, Jakob. > 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: Jakob Homan > 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.