Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/2994
  
    I would like to pick up this pull request.
    How about we interpret the `env.java.opts` as "common options" that are 
passes to both JobManager and TaskManager. Then we additionally define options 
specific for JobManager / TaskManager / AppMaster:
    
      - `env.java.opts.taskmanager`
      - `env.java.opts.jobmanager`
      - `env.java.opts.appmaster`
    
    The TaskManager should then use the  `env.java.opts.taskmanager` + 
`env.java.opts` options.
    
    Can you also use the new options abstraction for this?
    
https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/configuration/ConfigOptions.java



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to