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/04 13:06:01 UTC

[GitHub] beam pull request #2423: Add Cassandra Large Cluster docker file and Kuberne...

GitHub user diptikul opened a pull request:

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

    Add Cassandra Large Cluster docker file and Kubernetes scripts for Performance test of Cassandra for Hadoop Input Format IO

    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-KubernetesCassandraCluster

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

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

    HadoopInputFormatIO with junits

commit 1a7a3e1075e1dbc42add3048143dae78d1277ba9
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-06T14:11:45Z

    HadoopInputFormatIO with junits

commit fe7938c88016a61387d12f207cb986718215d857
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-07T08:54:03Z

    Removed HadoopInputFormatIOConstants file and removed the use of constants from related classes.

commit c1c9bb38327c669577148a6867976433b11d3f9d
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-07T08:54:03Z

    Removed HadoopInputFormatIOConstants file and removed the use of constants from related classes.

commit 1bedc133c86c2584fb184e6a76049914996e1e7d
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-07T12:35:42Z

    Added comment for InputFormat ParameterizedType

commit 66673621e49fd4f8c0665729782167d2cb25dbd5
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-07T13:58:25Z

    Added Cassandra and Elastic tests/ITs on in HadoopInputFormatIO code.

commit 7d2e697f9c1289cd05f89036dda7e0cdd3e61666
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-07T13:58:25Z

    Added Cassandra and Elastic tests/ITs on in HadoopInputFormatIO code.

commit be05ec377cd50835b73ab874b9001baa475c1fa7
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-03-08T06:53:37Z

    Removed Writable Coder from HadoopInputFormat and referred it from Hadoop Common module

commit 47f8d6403d5e2b9e90c59cb223617492db7ca7b5
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-03-08T06:53:37Z

    Removed Writable Coder from HadoopInputFormat and referred it from Hadoop Common module

commit cc09aba4d7b8fb92e24e85788faebf377ceacda5
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-08T10:33:42Z

    Restructured hadoop-input-format project for jdk1.8

commit dc8a42dcc3fe61087e46eb1104eb4861635ce81f
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-08T10:33:42Z

    Restructured hadoop-input-format project for jdk1.8

commit bbe91dc8f022d4169dab9eedc2b082570d14f63c
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-08T11:14:40Z

    Removed unwanted classes

commit 82837f79c5eafb128b7a9ca2e18dc0d42bd1302d
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-08T11:14:40Z

    Removed unwanted classes

commit 80a5f17db32d3f73f3b54b9e0e3b4149daf38e1e
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-03-08T11:50:12Z

    Removed separate package of unit tests input, Moved them to inputformat package as per comments from iemejia

commit 14d9f586144bfd5ad86c24c24976d8138f60873c
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-03-08T11:50:12Z

    Removed separate package of unit tests input, Moved them to inputformat package as per comments from iemejia

commit 14eec9c39c003776760a57440b102030875b193c
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-09T09:45:09Z

    Removed .toDelete file and test.txt

commit 8d8e53c5e8f6cee07a3a8603ea6583cc9b267a23
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-09T09:45:09Z

    Removed .toDelete file and test.txt

commit 5d627e1cf80b1e76b9af64479b77e0bababec1de
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-03-09T13:14:32Z

    Changes in resources files, added apache license , comments , renamed files as per Stephens comments, added comment to pom for child module

commit 327da98b423e5044431cd8957783ef9798c1ec7c
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-03-09T13:14:32Z

    Changes in resources files, added apache license , comments , renamed files as per Stephens comments, added comment to pom for child module

commit 903cc036702d9831a1647688e12ef4ad31f64425
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-09T13:30:07Z

    Created hifio child module for basic HadoopInputFormatIO code

commit e45d10aae105044662b6f933c60467fbca3bf9f8
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-09T13:30:07Z

    Created hifio child module for basic HadoopInputFormatIO code

commit 45a4e47f5a69fb291b62725cbe3c8483345b0923
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T06:15:08Z

    Added dataflow runner profile in io pom

commit af4b6ed5b591b513b716660ec815133462be83dc
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T06:15:08Z

    Added dataflow runner profile in io pom

commit 73f00becc5e21a7b704963e2cee7e541d99930ab
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T08:13:32Z

    Updated teardown.sh

commit d2d2fd7e1dc1967ac01a995521eec9bfc6c37459
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T08:13:32Z

    Updated teardown.sh

commit 1745c3b48b250b5fed2ec5a82fbfb98d45f81a67
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T09:11:27Z

    Removed the unused src folder

commit 5f7f25f316ebfc40f9673f8f2b3bfc18742aa50b
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T09:11:27Z

    Removed the unused src folder

commit 7cc85a5c5065ef1b656975c782861b0c621b1d12
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T11:08:31Z

    Updated version to 0.7.0

commit 87a5594c1f0027ad70cf7f4fd95fe8bea45ce88d
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T11:08:31Z

    Updated version to 0.7.0

commit 6c50a76de838e9e958ba7d90818da221ef37a537
Author: Radhika S Kulkarni <ra...@persistent.co.in>
Date:   2017-03-10T11:15:04Z

    Removed the extra files created during rebase

----


---
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 #2423: Add Cassandra Large Cluster docker file and Kuberne...

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

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

    Add Cassandra Large Cluster docker file and Kubernetes scripts for Performance test of Cassandra for Hadoop Input Format IO

    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-KubernetesCassandraCluster

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

    https://github.com/apache/beam/pull/2423.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 #2423
    
----
commit 64952646c859167e4772dffae80f2236b84c7987
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-04-11T06:07:02Z

    Large IT Cluster and files added, show_health added, start-up.sh changed

commit dcd42cd78dd617f229331e495bf739843fd6624a
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-04-11T06:09:34Z

    ES change for Virtual memory addition to env ES small cluster, Addressed Stephens comments on PR dated 7th March

commit fc187c38df7bf098dc956ec496717e8178fd91ba
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-04-11T06:17:24Z

    Large IT Cluster and files added, show_health added, data_load added, start-up.sh changed

----


---
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 #2423: [BEAM-1960] Add Kubernetes scripts for clusters for...

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

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


---
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 #2423: Add Cassandra Large Cluster docker file and Kuberne...

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

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


---
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.
---