liuxianjiao opened a new pull request #6612: [FLINK-10215]Add configuration of java option for historyserver URL: https://github.com/apache/flink/pull/6612 [https://issues.apache.org/jira/browse/FLINK-10215][https://issues.apache.org/jira/browse/FLINK-10215] We hava configuation to set java option for taskmanger and jobmanager, but there is a lack of historyserver's configuration. It is inconvenient. Also,spark and storm has its configuration of every role's java options, including spark's historyserver, while we don't have it in flink yet. So, I add a "env.java.opts.historyserver" ,which is just like "env.java.opts.jobmanager" and "env.java.opts.taskmanager".
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
