GitHub user diptikul opened a pull request:
https://github.com/apache/beam/pull/2193
Add Elasticsearch and Cassandra tests in HadoopInputFormatIO
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.txt).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/diptikul/incubator-beam HIFIO-CS-ES
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2193.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 #2193
----
commit 0a0a5fa5b2d0a8b9638131f5dda52240b3f895bb
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-06T14:11:45Z
HadoopInputFormatIO with junits
commit eb5be7f344513f1cb1425caba012aba35277603a
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T06:30:27Z
Kept a single method for validating both key and value class by passing a
property.
commit 944fe0b931c4a1415a8556fffeeba34d32bd2312
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T07:16:21Z
Set doneReading to false in start() method.
commit d0c87b3699d9739bb6e9eb063bbeb3767a83dc67
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T08:54:03Z
Removed HadoopInputFormatIOConstants file and removed the use of constants
from related classes.
commit f6d2f43cda9f04a1c85b3ed31a6397046cafa95b
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T09:34:07Z
Change getKeyClass to getKeyTypeDescriptor, getValueClass to
getValueTypeDescriptor as per Dan's comments
commit 43a51065bc4b0faf95d89c6528ce6f1812ffcdde
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T12:35:42Z
Added comment for InputFormat ParameterizedType
commit 94dbdc17b7338ebea749ed7d89792bb3af1cc00f
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T12:37:50Z
Implemented Exception related code comments
commit cfed9950bc9da852e13adccfc23d6cd2f536854b
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T13:32:23Z
Updated comment for cloneIfPossiblyMutable method
commit 1c881227e00bf7cd23082e06f45493aa06e18fe9
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-07T13:58:25Z
Added Cassandra and Elastic tests/ITs on in HadoopInputFormatIO code.
commit f755f69a0c6db120e06436754cd01b4a2363d6a2
Author: Dipti Kulkarni <[email protected]>
Date: 2017-03-08T06:53:37Z
Removed Writable Coder from HadoopInputFormat and referred it from Hadoop
Common module
commit dc54d6b790a69ab6a3c1c87961a596eeb903e5a9
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-08T10:33:42Z
Restructured hadoop-input-format project for jdk1.8
commit 8f7946d2b7cda91cb1240a1bf14f67be2510b61d
Author: Radhika S Kulkarni <[email protected]>
Date: 2017-03-08T11:14:40Z
Removed unwanted classes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---