Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1824#discussion_r58369373
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -100,6 +100,11 @@
        public static final String JOB_MANAGER_IPC_PORT_KEY = 
"jobmanager.rpc.port";
     
        /**
    +    * The config parameter defining the flink web directory to be used by 
the webmonitor.
    +    */
    +   public static final String WEB_MONITOR_DIRECTORY_KEY = 
"web.monitor.tmpdir";
    --- End diff --
    
    This config key should follow the naming scheme of the other web monitor 
config keys (see `public static final String JOB_MANAGER_WEB_PORT_KEY = 
"jobmanager.web.port";`), for example `jobmanager.web.tmpdir`.


---
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