Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 47793 invoked from network); 9 Feb 2009 12:33:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 12:33:30 -0000 Received: (qmail 75732 invoked by uid 500); 9 Feb 2009 12:33:24 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 75693 invoked by uid 500); 9 Feb 2009 12:33:24 -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 75682 invoked by uid 99); 9 Feb 2009 12:33:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 04:33:24 -0800 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; Mon, 09 Feb 2009 12:33:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65768234C4AF for ; Mon, 9 Feb 2009 04:33:03 -0800 (PST) Message-ID: <223717713.1234182783414.JavaMail.jira@brutus> Date: Mon, 9 Feb 2009 04:33:03 -0800 (PST) From: "Tom White (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5111) Generic mapreduce classes cannot be used with Job::set* methods In-Reply-To: <1965127666.1232670479661.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-5111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-5111: ------------------------------ Hadoop Flags: [Reviewed] Status: Patch Available (was: Open) +1 Retrying Hudson. > Generic mapreduce classes cannot be used with Job::set* methods > --------------------------------------------------------------- > > Key: HADOOP-5111 > URL: https://issues.apache.org/jira/browse/HADOOP-5111 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.20.0 > Reporter: Chris Douglas > Assignee: Chris Douglas > Attachments: 5111-0.patch > > > The set\* methods on a Job take {{Class}} instances whose parameterized type is an unbounded type (e.g. {{Class>}}). Attempting to pass a {{Class}} whose parameterized types are not explicit will cause compile-time errors, as in HADOOP-5065. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.