[
https://issues.apache.org/jira/browse/FLINK-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172526#comment-16172526
]
ASF GitHub Bot commented on FLINK-7613:
---------------------------------------
Github user raymondtay commented on a diff in the pull request:
https://github.com/apache/flink/pull/4666#discussion_r139848500
--- Diff: docs/dev/execution_configuration.md ---
@@ -42,44 +42,44 @@ var executionConfig = env.getConfig
The following configuration options are available: (the default is bold)
-- **`enableClosureCleaner()`** / `disableClosureCleaner()`. The closure
cleaner is enabled by default. The closure cleaner removes unneeded references
to the surrounding class of anonymous functions inside Flink programs.
+- **`enableClosureCleaner()`** / **`disableClosureCleaner()`**. The
closure cleaner is enabled by default. The closure cleaner removes unneeded
references to the surrounding class of anonymous functions inside Flink
programs.
--- End diff --
@zentol I wasn't aware of that convention in all honesty, thank you for
pointing it out.
> Fix documentation error in QuickStart
> -------------------------------------
>
> Key: FLINK-7613
> URL: https://issues.apache.org/jira/browse/FLINK-7613
> Project: Flink
> Issue Type: Task
> Components: Documentation
> Affects Versions: 1.4.0
> Reporter: Raymond Tay
> Priority: Minor
>
> In the `QuickStart => Run The Example` section, there's a typographical error
> which points the reader to `*jobmanager* but it should be `*taskmanager*` in
> Apache Flink 1.4.x.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)