Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3E131050E for ; Thu, 14 Nov 2013 00:23:22 +0000 (UTC) Received: (qmail 34464 invoked by uid 500); 14 Nov 2013 00:23:21 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 34385 invoked by uid 500); 14 Nov 2013 00:23:21 -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 34364 invoked by uid 99); 14 Nov 2013 00:23:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 00:23:21 +0000 Date: Thu, 14 Nov 2013 00:23:21 +0000 (UTC) From: "Mayank Bansal (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (MAPREDUCE-5215) mapreduce.Job is missing getJobClient() so its incompatible with MR1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayank Bansal reopened MAPREDUCE-5215: -------------------------------------- People are using this method using reflection and now breaking example scoobi Thanks, Mayank > mapreduce.Job is missing getJobClient() so its incompatible with MR1 > -------------------------------------------------------------------- > > Key: MAPREDUCE-5215 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5215 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Components: mrv2 > Affects Versions: 2.2.0 > Reporter: Robert Kanter > Assignee: Robert Kanter > Attachments: MAPREDUCE-5215.patch, MAPREDUCE-5215.patch, MAPREDUCE-5215.patch > > > The method {{org.apache.hadoop.mapred.JobClient getJobClient()}} is in MR1's {{mapreduce.Job}} but doesn't exist in MR2's, which makes them incompatible. MR2's implementation of {{Job}} doesn't use a JobClient object, but we can create one and return it. -- This message was sent by Atlassian JIRA (v6.1#6144)