You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhu Zhu (JIRA)" <ji...@apache.org> on 2019/04/18 07:15:00 UTC

[jira] [Comment Edited] (FLINK-12246) can't get any option from the jobConfiguration of JobGraph

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

Zhu Zhu edited comment on FLINK-12246 at 4/18/19 7:14 AM:
----------------------------------------------------------

Currently most of the configs defined in *Option.java are cluster configs. They can be obtained from the jobMangerConfig or taskExecutorConfig.

The jobConfiguration in jobGraph however, is job level config and not open to users. Currently users can only specify a few job level configs with ExecutionConfig in the ExecutionEnvironment. 

 


was (Author: zhuzh):
Currently most of the configs defined in *Option.java are cluster configs. They can be obtained from the jobMangerConfig or taskExecutorConfig.

The jobConfiguration in jobGraph however, is job level config and not opened to users. Currently users can only specify a few job level configs with ExecutionConfig in the ExecutionEnvironment. 

 

> can't get any option from the jobConfiguration of JobGraph
> ----------------------------------------------------------
>
>                 Key: FLINK-12246
>                 URL: https://issues.apache.org/jira/browse/FLINK-12246
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Configuration
>    Affects Versions: 1.6.3
>            Reporter: lamber-ken
>            Assignee: lamber-ken
>            Priority: Major
>             Fix For: 1.9.0
>
>
> the jobConfiguration was defined as a final variable. 
> {code:java}
> /** The job configuration attached to this job. */
> private final Configuration jobConfiguration = new Configuration();
> {code}



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