Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C6F917FCE for ; Wed, 8 Oct 2014 10:47:55 +0000 (UTC) Received: (qmail 60428 invoked by uid 500); 8 Oct 2014 10:47:55 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 60391 invoked by uid 500); 8 Oct 2014 10:47:55 -0000 Mailing-List: contact issues-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list issues@flink.incubator.apache.org Received: (qmail 60381 invoked by uid 99); 8 Oct 2014 10:47:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 10:47:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 08 Oct 2014 10:47:54 +0000 Received: (qmail 58402 invoked by uid 99); 8 Oct 2014 10:47:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 10:47:34 +0000 Date: Wed, 8 Oct 2014 10:47:34 +0000 (UTC) From: "Fabian Hueske (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLINK-1076) Support function-level compatibility for Hadoop's wrappers functions 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/FLINK-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske resolved FLINK-1076. ---------------------------------- Resolution: Fixed Has been fixed in e2fd615ce6e4f0618e7427544385542c3b80e193 Artem, thank you very much for the great work! > Support function-level compatibility for Hadoop's wrappers functions > ---------------------------------------------------------------------- > > Key: FLINK-1076 > URL: https://issues.apache.org/jira/browse/FLINK-1076 > Project: Flink > Issue Type: New Feature > Components: Hadoop Compatibility > Affects Versions: 0.7-incubating > Reporter: Artem Tsikiridis > Assignee: Artem Tsikiridis > Labels: features > > While the Flink wrappers for Hadoop Map and Reduce tasks are implemented in https://github.com/apache/incubator-flink/pull/37 it is currently not possible to use the {{HadoopMapFunction}} and the {{HadoopReduceFunction}} without a {{JobConf}}. It woule be useful if we could specify a Hadoop Mapper, Reducer (or Combiner) and use them as seperate components in a Flink Job. -- This message was sent by Atlassian JIRA (v6.3.4#6332)