[ https://issues.apache.org/jira/browse/FLINK-10771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679702#comment-16679702 ]
ASF GitHub Bot commented on FLINK-10771: ---------------------------------------- yanghua commented on issue #7054: [FLINK-10771] Replace hard code of job graph file path with config option for FileJobGraphRetriever URL: https://github.com/apache/flink/pull/7054#issuecomment-436980445 cc @tillrohrmann ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > > 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)