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 5826918128 for ; Thu, 30 Jul 2015 17:15:06 +0000 (UTC) Received: (qmail 8307 invoked by uid 500); 30 Jul 2015 17:15:06 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 8270 invoked by uid 500); 30 Jul 2015 17:15:06 -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 8259 invoked by uid 99); 30 Jul 2015 17:15:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 17:15:06 +0000 Date: Thu, 30 Jul 2015 17:15:06 +0000 (UTC) From: "Maximilian Michels (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLINK-2173) Python uses different tmp file than Flink 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/FLINK-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels resolved FLINK-2173. --------------------------------------- Resolution: Fixed Fix Version/s: 0.10 This should be resolved now on the master with 68b1559. > Python uses different tmp file than Flink > ----------------------------------------- > > Key: FLINK-2173 > URL: https://issues.apache.org/jira/browse/FLINK-2173 > Project: Flink > Issue Type: Bug > Components: Python API > Environment: Debian Linux > Reporter: Matthias J. Sax > Assignee: Chesnay Schepler > Priority: Critical > Fix For: 0.10 > > > Flink gets the temp file path using System.getProperty("java.io.tmpdir") while Python uses the "tempfile.gettempdir()" method. However, both can be semantically different. > On my system Flink uses "/tmp" while Pyhton used "/tmp/users/1000" ("1000" is my Linux user-id) > This issues leads (at least) to failing tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)