[
https://issues.apache.org/jira/browse/FLINK-10771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130731#comment-17130731
]
Alejandro Deulofeu Fleites commented on FLINK-10771:
----------------------------------------------------
Hi everyone, I'm new with the community. Is there a way to fix the JobId from
java in a local execution environment? Thanks a lot!
> 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: Deployment / 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
(v8.3.4#803005)