[
https://issues.apache.org/jira/browse/BEAM-6230?focusedWorklogId=191040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-191040
]
ASF GitHub Bot logged work on BEAM-6230:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/19 14:47
Start Date: 28/Jan/19 14:47
Worklog Time Spent: 10m
Work Description: tweise commented on pull request #7546: [BEAM-6230]
Clarify Flink version support on Flink Runner page
URL: https://github.com/apache/beam/pull/7546#discussion_r251444141
##########
File path: website/src/documentation/runners/flink.md
##########
@@ -170,11 +249,70 @@ When executing your pipeline with the Flink Runner, you
can set these pipeline o
<td>Sets the delay between executions. A value of <code>-1</code> indicates
that the default value should be used.</td>
<td><code>-1</code></td>
</tr>
+<tr>
+ <td><code>objectReuse</code></td>
+ <td>Sets the behavior of reusing objects.</td>
+ <td><code>false</code>, no Object reuse</td>
+</tr>
<tr>
<td><code>stateBackend</code></td>
<td>Sets the state backend to use in streaming mode. The default is to read
this setting from the Flink config.</td>
<td><code>empty</code>, i.e. read from Flink config</td>
</tr>
+<tr>
Review comment:
It's a lot of detail that some users eventually will need. Can we move the
table to the bottom of the page so other sections don't get lost / overlooked?
The options are in Java style, but the portable representation is lower case
with underscore (and so is the Python SDK). Should we change that?
I like the idea of generating this, it would be even better if the command
line produces this list (we already have it in a different format with the help
flag). And we should probably mention that help flag before the table, since
that will always provide the latest options.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 191040)
Time Spent: 50m (was: 40m)
> Document Flink version support policy
> -------------------------------------
>
> Key: BEAM-6230
> URL: https://issues.apache.org/jira/browse/BEAM-6230
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink, website
> Reporter: Thomas Weise
> Assignee: Maximilian Michels
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> There have been discussions about which version of Flink should be supported
> in Beam and release 2.10 adds support for building the runner for multiple
> Flink versions. We should document our Flink version support policy so users
> know what to expect.
> https://beam.apache.org/documentation/runners/flink/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)