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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
lamber-ken created FLINK-12246:
----------------------------------

             Summary: 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
             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)