You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/02/05 14:02:00 UTC

[jira] [Commented] (FLINK-9733) Make location for job graph files configurable

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

Aljoscha Krettek commented on FLINK-9733:
-----------------------------------------

[~chesnay] Instead of writing the {{JobGraph}} to a file, wouldn't it be possible to do all of that in memory? Then we wouldn't have the extra hassle of managing that temporary file.

> Make location for job graph files configurable
> ----------------------------------------------
>
>                 Key: FLINK-9733
>                 URL: https://issues.apache.org/jira/browse/FLINK-9733
>             Project: Flink
>          Issue Type: Improvement
>          Components: Command Line Client, Runtime / Coordination
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Chesnay Schepler
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> During the job-submission by the {{RestClusterClient}} the {{JobGraph}} is serialized and written to a file.
> Currently we just use {{Files.createTempFile}} for this purposes.
> This location should be made configurable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)