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 50A581737D for ; Sat, 4 Apr 2015 12:19:15 +0000 (UTC) Received: (qmail 75152 invoked by uid 500); 4 Apr 2015 12:19:15 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 75106 invoked by uid 500); 4 Apr 2015 12:19:15 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 75097 invoked by uid 99); 4 Apr 2015 12:19:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2015 12:19:15 +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; Sat, 04 Apr 2015 12:18:54 +0000 Received: (qmail 74290 invoked by uid 99); 4 Apr 2015 12:18:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2015 12:18:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04171E17DB; Sat, 4 Apr 2015 12:18:51 +0000 (UTC) From: fhueske To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org References: In-Reply-To: Subject: [GitHub] flink pull request: Fixed Configurable HadoopOutputFormat (FLINK-1... Content-Type: text/plain Message-Id: <20150404121851.04171E17DB@git1-us-west.apache.org> Date: Sat, 4 Apr 2015 12:18:51 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/571#discussion_r27768571 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/hadoop/mapreduce/HadoopOutputFormatBase.java --- @@ -66,6 +67,8 @@ public HadoopOutputFormatBase(org.apache.hadoop.mapreduce.OutputFormat map @Override public void configure(Configuration parameters) { // nothing to do --- End diff -- The comment should be removed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---