You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2017/01/23 14:05:33 UTC

[GitHub] flink issue #2994: [FLINK-5324] [yarn] JVM Opitons will work for both YarnAp...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---