[
https://issues.apache.org/jira/browse/BEAM-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15651935#comment-15651935
]
ASF GitHub Bot commented on BEAM-948:
-------------------------------------
GitHub user dkulp opened a pull request:
https://github.com/apache/incubator-beam/pull/1324
[BEAM-948] Add ability to write files to GridFS
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x ] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [x ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dkulp/incubator-beam gridfs-sink
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/1324.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 #1324
----
commit 9f10282e04e5fcaace576217e725cb73022d8994
Author: Daniel Kulp <[email protected]>
Date: 2016-11-07T22:21:55Z
[BEAM-948] Add ability to write files to GridFS
----
> Add ability to write/sink results to MongoDBGridfs
> --------------------------------------------------
>
> Key: BEAM-948
> URL: https://issues.apache.org/jira/browse/BEAM-948
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-extensions
> Reporter: Daniel Kulp
> Assignee: Daniel Kulp
>
> 0.3 added the ability to read files from gridfs for processing. It would be
> good to have the Sink side working to allow writing the results there as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)