Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 23057 invoked from network); 30 Apr 2008 22:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 22:42:42 -0000 Received: (qmail 51637 invoked by uid 500); 30 Apr 2008 22:42:43 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 51074 invoked by uid 500); 30 Apr 2008 22:42:42 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 50609 invoked by uid 99); 30 Apr 2008 22:42:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 15:42:41 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 22:42:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B5A2B234C115 for ; Wed, 30 Apr 2008 15:38:55 -0700 (PDT) Message-ID: <310233077.1209595135743.JavaMail.jira@brutus> Date: Wed, 30 Apr 2008 15:38:55 -0700 (PDT) From: "Chris Douglas (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3031) Remove compiler warnings for ant test In-Reply-To: <167630229.1205749884287.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593452#action_12593452 ] Chris Douglas commented on HADOOP-3031: --------------------------------------- Created a JIRA for javac warnings in test code: HADOOP-3330 > Remove compiler warnings for ant test > ------------------------------------- > > Key: HADOOP-3031 > URL: https://issues.apache.org/jira/browse/HADOOP-3031 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.17.0 > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Priority: Minor > Fix For: 0.18.0 > > Attachments: 3031-1.patch, patch-3031-warning1.txt > > > The following warnings need to be removed from ant tests > src/test/org/apache/hadoop/mapred/EmptyInputFormat.java:35: warning: [unchecked] unchecked conversion > [javac] found : org.apache.hadoop.mapred.SequenceFileRecordReader > [javac] required: org.apache.hadoop.mapred.RecordReader > [javac] return new SequenceFileRecordReader(job, (FileSplit) split); > src/test/org/apache/hadoop/mapred/TestReduceTask.java:91: warning: [unchecked] unchecked call to ValuesIterator(org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator,org.apache.hadoop.io.RawComparator,java.lang.Class,java.lang.Class,org.apache.hadoop.conf.Configuration,org.apache.hadoop.util.Progressable) as a member of the raw type org.apache.hadoop.mapred.ReduceTask.ValuesIterator > [javac] new ReduceTask.ValuesIterator(rawItr, WritableComparator.get(Text.class), -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.