Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31F8E178B5 for ; Tue, 7 Apr 2015 09:25:42 +0000 (UTC) Received: (qmail 65102 invoked by uid 500); 7 Apr 2015 09:25:37 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 64995 invoked by uid 500); 7 Apr 2015 09:25:37 -0000 Mailing-List: contact dev-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 dev@flink.apache.org Received: (qmail 64975 invoked by uid 99); 7 Apr 2015 09:25:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 09:25:37 +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; Tue, 07 Apr 2015 09:25:35 +0000 Received: (qmail 63177 invoked by uid 99); 7 Apr 2015 09:25:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 09:25:15 +0000 Date: Tue, 7 Apr 2015 09:25:15 +0000 (UTC) From: "Flavio Pompermaier (JIRA)" To: dev@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-1834) Is mapred.output.dir conf parameter really required? 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 Flavio Pompermaier created FLINK-1834: ----------------------------------------- Summary: Is mapred.output.dir conf parameter really required? Key: FLINK-1834 URL: https://issues.apache.org/jira/browse/FLINK-1834 Project: Flink Issue Type: Improvement Components: Hadoop Compatibility Affects Versions: 0.9 Reporter: Flavio Pompermaier Priority: Minor At the moment if you don't set mapred.output.dir parameter when output to an hadoop sink Flink throws an error. Probably this parameter could be defaulted to some tmp dir + jobId (for each output sink). For example, when output to an HBase sink, the only things you'll find in the mapred.output.dir will be the SUCCESS files -- This message was sent by Atlassian JIRA (v6.3.4#6332)