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 2CC291786B for ; Mon, 3 Nov 2014 11:35:38 +0000 (UTC) Received: (qmail 84283 invoked by uid 500); 3 Nov 2014 11:35:38 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 84247 invoked by uid 500); 3 Nov 2014 11:35:38 -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 84236 invoked by uid 99); 3 Nov 2014 11:35:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 11:35:38 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,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; Mon, 03 Nov 2014 11:35:37 +0000 Received: (qmail 83351 invoked by uid 99); 3 Nov 2014 11:35:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 11:35:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9104A92BF35; Mon, 3 Nov 2014 11:35:16 +0000 (UTC) From: StephanEwen To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org Message-ID: Subject: [GitHub] incubator-flink pull request: [FLINK-1202] Remove partial files wh... Content-Type: text/plain Date: Mon, 3 Nov 2014 11:35:16 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user StephanEwen opened a pull request: https://github.com/apache/incubator-flink/pull/175 [FLINK-1202] Remove partial files when file outputs fail (or are canceled) Builds upon #174 You can merge this pull request into a Git repository by running: $ git pull https://github.com/StephanEwen/incubator-flink file_cleanup Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-flink/pull/175.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #175 ---- commit 21d3bdbc8d61e1d2712fe396d3fed4258f5c3b8b Author: Stephan Ewen Date: 2014-11-03T11:27:03Z [FLINK-1203] Deactivate fork reuse in tests (workaround for potential surefire bug) commit 25e27daf66b029a686db5a7ad52d9842848129d9 Author: Stephan Ewen Date: 2014-11-03T10:47:51Z [FLINK-1202] Remove incomplete file outputs on failure ---- --- 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. ---