[
https://issues.apache.org/jira/browse/BEAM-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968552#comment-15968552
]
ASF GitHub Bot commented on BEAM-1886:
--------------------------------------
GitHub user JingsongLi opened a pull request:
https://github.com/apache/beam/pull/2537
[BEAM-1886] Remove TextIO override 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-1886
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2537.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 #2537
----
commit d2a037cabcde65dd3aced6ad1e09dbfa6909dc35
Author: JingsongLi <[email protected]>
Date: 2017-04-14T03:22:43Z
[BEAM-1886] Remove TextIO override in Flink runner
----
> Remove TextIO override in Flink runner
> --------------------------------------
>
> Key: BEAM-1886
> URL: https://issues.apache.org/jira/browse/BEAM-1886
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Kenneth Knowles
> Assignee: Jingsong Lee
> Fix For: First stable release
>
>
> Today, the Flink runner replaces TextIO with a customized version. I believe
> this is related to adequate support for files HDFS.
> However, the capabilities are less, in particular the recent support for
> window-and-pane sharded writes of unbounded collections.
> Concretely, we have had to remove WindowedWordCountIT from the precommit
> Jenkins run.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)