You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2015/06/05 18:46:00 UTC

[jira] [Commented] (FLINK-2173) Python uses different tmp file than Flink

    [ https://issues.apache.org/jira/browse/FLINK-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574804#comment-14574804 ] 

Chesnay Schepler commented on FLINK-2173:
-----------------------------------------

small addition from the mailing list: this is not affecting all users.

It will furthermore be trivial to fix once FLINK-1927 is resolved, which admittedly could take a while.

> 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
>            Priority: Critical
>
> 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)