[
https://issues.apache.org/jira/browse/BEAM-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962136#comment-15962136
]
ASF GitHub Bot commented on BEAM-1723:
--------------------------------------
GitHub user JingsongLi opened a pull request:
https://github.com/apache/beam/pull/2476
[BEAM-1723] deduplication of UnboundedSource in Flink runner
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JingsongLi/beam BEAM-1723
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2476.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2476
----
commit 2dc6ea51bb60f8f4beb397bc7179e1829be30d77
Author: JingsongLi <[email protected]>
Date: 2017-04-09T13:16:50Z
[BEAM-1723] deduplication of UnboundedSource in Flink runner
----
> FlinkRunner should deduplicate when an UnboundedSource requires Deduping
> ------------------------------------------------------------------------
>
> Key: BEAM-1723
> URL: https://issues.apache.org/jira/browse/BEAM-1723
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Thomas Groh
> Assignee: Jingsong Lee
>
> UnboundedSource implementations can require deduping, and the FlinkRunner
> currently logs a warning that this is not supported.
> https://github.com/apache/beam/blob/master/runners/flink/runner/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/io/UnboundedSourceWrapper.java#L139
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)