Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1139#issuecomment-141050563
Another follow-up todo is adding support for yarn:
```
11:31:01,955 ERROR org.apache.flink.runtime.jobmanager.JobManager
- WebServer could not be created
org.apache.flink.configuration.IllegalConfigurationException: The path to
the static contents
(/yarn/nm/usercache/robert/appcache/application_1441703985068_0007/container_e07_1441703985068_0007_01_000001/resources/web-runtime-monitor)
is not a readable directory.
at
org.apache.flink.runtime.webmonitor.WebRuntimeMonitor.<init>(WebRuntimeMonitor.java:137)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at
org.apache.flink.runtime.jobmanager.JobManager$.startWebRuntimeMonitor(JobManager.scala:1741)
at
org.apache.flink.yarn.ApplicationMaster$$anon$2.run(ApplicationMaster.scala:134)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:356)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1651)
at
org.apache.flink.yarn.ApplicationMaster$.main(ApplicationMaster.scala:69)
at org.apache.flink.yarn.ApplicationMaster.main(ApplicationMaster.scala)
```
---
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.
---