[
https://issues.apache.org/jira/browse/FLINK-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krishna Prasad Anna Ramesh Kumar updated FLINK-4874:
----------------------------------------------------
Description:
The local environment section in the local execution web page
(https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/local_execution.html)
indicates that in the web interface cannot be started while running in a local
environment. As Till has pointed out in one of the mailing lists topics, this
can be done by including the following in the program code.
"Configuration config = new Configuration();
config.setBoolean(ConfigConstants.LOCAL_START_WEBSERVER, true);
StreamExecutionEnvironment env =
StreamExecutionEnvironment.createLocalEnvironment(getP, config);"
And adding this dependency
"<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web_2.10</artifactId>
<version>${flink.version}</version>
</dependency>"
This should be added to the documentation as it very critical for developers
like time who are trying to learn the framework.
Thanks!
was:
The local environment section in the local execution web page
(https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/local_execution.html)
indicates that in the web interface cannot be started while running in a local
environment. As Till has pointed out in one of the mailing lists topics, this
can be done by including the following in the program code.
"Configuration config = new Configuration();
config.setBoolean(ConfigConstants.LOCAL_START_WEBSERVER, true);
StreamExecutionEnvironment env =
StreamExecutionEnvironment.createLocalEnvironment(getP, config);"
And adding this dependency
"<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web_2.10</artifactId>
<version>${flink.version}</version>
</dependency>"
This should be added to the documentation as it very critical for developers
like time who are trying to learning the framework.
Thanks!
> Document how to enable Flink web interface in local execution
> -------------------------------------------------------------
>
> Key: FLINK-4874
> URL: https://issues.apache.org/jira/browse/FLINK-4874
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.2.0, 1.1.2
> Reporter: Krishna Prasad Anna Ramesh Kumar
> Priority: Trivial
> Fix For: 1.1.2
>
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> The local environment section in the local execution web page
> (https://ci.apache.org/projects/flink/flink-docs-release-1.0/apis/local_execution.html)
> indicates that in the web interface cannot be started while running in a
> local environment. As Till has pointed out in one of the mailing lists
> topics, this can be done by including the following in the program code.
> "Configuration config = new Configuration();
> config.setBoolean(ConfigConstants.LOCAL_START_WEBSERVER, true);
> StreamExecutionEnvironment env =
> StreamExecutionEnvironment.createLocalEnvironment(getP, config);"
> And adding this dependency
> "<dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-runtime-web_2.10</artifactId>
> <version>${flink.version}</version>
> </dependency>"
> This should be added to the documentation as it very critical for developers
> like time who are trying to learn the framework.
> Thanks!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)