You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by diptikul <gi...@git.apache.org> on 2017/04/07 16:51:24 UTC

[GitHub] beam pull request #2460: Hifio Cassandra and Elasticsearch Part2 fixes

GitHub user diptikul opened a pull request:

    https://github.com/apache/beam/pull/2460

    Hifio Cassandra and  Elasticsearch Part2 fixes

    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/diptikul/incubator-beam HIFIO-CS-ES-Part2Fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2460.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 #2460
    
----
commit 3cd0f3eb69efdc83f638f6536b531b20bfb27d0f
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-06T14:11:45Z

    HadoopInputFormatIO with junits

commit e21d7ec4f03559548acc191b0316377fc261e694
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-04-07T12:21:40Z

    Add Embedded Cassandra Test

commit 385ee0cee6998247b4f8c056156a63afe292485d
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-04-07T12:24:56Z

    Moved populateDisplayData, added test for GetFractionConsumed for bad data, changed test for populateDisplayData

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #2460: Hifio Cassandra and Elasticsearch Part2 fixes

Posted by diptikul <gi...@git.apache.org>.
Github user diptikul closed the pull request at:

    https://github.com/apache/beam/pull/2460


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #2460: Hifio Cassandra and Elasticsearch Part2 fixes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/2460


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #2460: Hifio Cassandra and Elasticsearch Part2 fixes

Posted by diptikul <gi...@git.apache.org>.
GitHub user diptikul reopened a pull request:

    https://github.com/apache/beam/pull/2460

    Hifio Cassandra and  Elasticsearch Part2 fixes

    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/diptikul/incubator-beam HIFIO-CS-ES-Part2Fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2460.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 #2460
    
----
commit 4b45269bb694e6bdca572b3577d43f80fb13d269
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2016-12-22T13:49:38Z

    First Hadoop InputFormat IO project code check in

commit dcbc8020e9ef71a5f306a2fa779c369ec838ed65
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2016-12-23T10:20:45Z

    Updated Pom files

commit c1ffa8fc1b61d317748933d0c07dfd18a9df9302
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2016-12-23T14:41:23Z

    Added code and tests to read from DummyInputFormat

commit fbbd86f6bef3452bc212aa91d74aa5fca4db98f5
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2016-12-26T05:01:37Z

    Added Hadoop Input Format module in io pom file and minor changes in pom file.

commit 290cce20ad4bfd54d3a43b560475edb6d0bad710
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2016-12-26T09:49:39Z

    Moved MyCassandraRow to test folder

commit dd22030df1bcdc9cd03157e5aa57b742a0bee1c5
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2016-12-26T10:51:29Z

    Removed CassandraRowCoder and Custom coder unit test, added MyCassandraRow in test, used Avro coder for MyCassandraRow

commit 2a55ee9dc6d78a683d0e67b907e519d007d72111
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2016-12-27T06:02:14Z

    Added test cases for validate method, getFractionsConsumed method

commit 3c7c68c5c2ff3b4e050a621f1d1ebded43c39850
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2016-12-28T10:46:54Z

    Added junits for splitIntoBundles(),computeSplits and added autovalue builder.

commit 848301e7e122e4bf679b1c6bd60316b7d57f8e01
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2016-12-28T10:56:50Z

    Made tests compile with read()

commit 897ee31dc2fa9a9200af12553674f5e96372dc5a
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2016-12-28T11:23:24Z

    New package for dummy input formats, and add reference of DisplayDataMatchers for unit test

commit fe949394a4ec361dff9362a9a6b391f518eaa15e
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2016-12-28T11:28:23Z

    Added Apache License header to all classes

commit f592687978919543bf77aff1f920556d87849936
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2016-12-30T07:55:01Z

    Added TypeDescriptors

commit 2f15ccd249ef51c5182c3bf8e9758d64c2eb604b
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2016-12-30T09:55:21Z

    Added junits for testing immutability of HadoopInputFormatIO and junit for checking key/value classes set by user in configuration.

commit 024488c7d97a77bc8078195ac9cc8438d0b84f1d
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-01-03T06:29:21Z

    InputFormat changes, Exception thrown using annotation , testPipeline used for creation of pipeline

commit 77f30d5e8782e7e6dc43be84b531e1baf8f14eb5
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-01-03T07:26:06Z

    Added few comments, TestPipeline Usage

commit 246eac8d6ce35eefc6ada0d04eeed7beb45e5e19
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-03T14:00:09Z

    Added cassandra inegration test and modified junits as per test review comments.

commit cc3dea0ca3e1d4c9144fc0a73cb4c02fdd12fd2e
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-04T13:06:13Z

    Added logging into HadoopInputFormatIO and modifications in Junits and cassandra integration test.

commit e3cbc336105871a692858b22ea0c001b8c8b5fc7
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-05T12:56:49Z

    Modification in code according to code review comments and google code formatting.

commit c40832e3ab83bbb2e32f863aa72c173fc2cf3830
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-06T12:02:26Z

    Modifications as per code review comments.

commit e7ad82109253af118673e26a8c78eff714cf9dc9
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-01-06T12:32:30Z

    Removed .toDelete

commit 6fabb4c20d20562f0c048aee9c96433db48b94d6
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-01-06T12:53:58Z

    Integration test for elastic search, pom file changes added

commit 57a1fa913c18bb1919a68a57252c21a7f4de5225
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-01-09T06:24:45Z

    Removed method overriden asCloudObject() method

commit c3d6ad560eeed6393d3a01009333e16efde45aa9
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-09T09:04:44Z

    Removed Employee custom coder added avrocoder for Employee. Modified unit tests.

commit a9c122d998df3663eed1c79321f718ef9cfadba6
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-09T12:57:27Z

    =Modified input formats.

commit e2b56ceba32e7fb482c62a955ae66b94fc984ed0
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-01-09T14:03:16Z

    Added Query test in Elastic IT.

commit 4af6e099e3f45675cd2c69e2167b3eb39c3eeac0
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-10T08:44:38Z

    Changed comment's style to javadoc.

commit 67da1b95c19f0c06dee1a4f84e6c7f7c4ce40b22
Author: Sheetal Tarodekar <sh...@persistent.co.in>
Date:   2017-01-10T13:17:52Z

    Optimized nextPair() method and added comments into HadoopInputFormatIO

commit 9867c7c60034317ae93a907f6556e734c21ff250
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-01-11T11:22:42Z

    changes in pom to add checkstyle plugin, jacoco, . Datastore v1 corrected the errors which were pushed by mistake

commit eb1565e3aece394e11731555f90a3c2f3f2a3ebc
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-01-11T11:28:16Z

    Added package-info.java

commit f9d85180f1dc23e8e9c0279c4efc97db36e7d156
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-01-11T11:46:16Z

    Checkstyle changes as per errors

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---