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/11/09 13:50:00 UTC

[jira] [Resolved] (FLINK-10771) Replace hard code of job graph file path with config option for FileJobGraphRetriever

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

Till Rohrmann resolved FLINK-10771.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.0

Fixed via fbfa2460ce25aaa11eb0a011015af335602d2df6

> Replace hard code of job graph file path with config option for FileJobGraphRetriever
> -------------------------------------------------------------------------------------
>
>                 Key: FLINK-10771
>                 URL: https://issues.apache.org/jira/browse/FLINK-10771
>             Project: Flink
>          Issue Type: Improvement
>          Components: YARN
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> There is a config option to configure the value :
> {code:java}
> public static final ConfigOption<String> JOB_GRAPH_FILE_PATH = ConfigOptions
>    .key("internal.jobgraph-path")
>    .defaultValue("job.graph");
> {code}
> However, we used the default hard code in AbstractYarnClusterDescriptor. 
> This is just a preliminary refactoring, and I finally recommend that we use Zookeeper-based storage. It has been implemented in FLINK-10292.



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