[ https://issues.apache.org/jira/browse/FLINK-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171363#comment-16171363 ]
ASF GitHub Bot commented on FLINK-7613: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4666#discussion_r139635191 --- 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 -- As noted just above the list, the bold option specifies what the default is, we we're losing information here. > 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)