You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/01/18 08:47:00 UTC

[jira] [Resolved] (FLINK-8279) Use Mesos/YARN temp directories as fallback for BlobServer/Cache temp directories

     [ https://issues.apache.org/jira/browse/FLINK-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann resolved FLINK-8279.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

Fixed via a7c407ace4f6cbfbde3e247071cee5a755ae66db

> Use Mesos/YARN temp directories as fallback for BlobServer/Cache temp directories
> ---------------------------------------------------------------------------------
>
>                 Key: FLINK-8279
>                 URL: https://issues.apache.org/jira/browse/FLINK-8279
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Coordination, Network
>    Affects Versions: 1.4.0
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Currently, the BLOB server and cache processes (temporarily) stash incoming files into their local file system in the directory given by the {{blob.storage.directory}} configuration property. If this property is not set or empty, it will fall back to {{java.io.tmpdir}}.
> Instead, in a Mesos/YARN environment, we could use the temporary directories they assigned to the Flink job which are not only the proper folder to use, but may also offer some more space.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)