You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ec...@apache.org on 2018/04/11 07:18:00 UTC

[beam] branch master updated (f75d0f4 -> 5c5c54e)

This is an automated email from the ASF dual-hosted git repository.

echauchot pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from f75d0f4  Decrease parallelism of Flink ValidatesRunner tests to reduce flakiness
     add f620efd  [BEAM-3201] provide per-document routing (index/type and document id)
     new 5c5c54e  Merge pull request #4956 from timrobertson100/BEAM-3201

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../sdk/io/elasticsearch/ElasticsearchIOIT.java    |  34 +++-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  26 ++-
 .../sdk/io/elasticsearch/ElasticsearchIOIT.java    |  32 +++-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  26 ++-
 .../io/elasticsearch/ElasticSearchIOTestUtils.java |  89 +++++++---
 .../io/elasticsearch/ElasticsearchIOITCommon.java  |  11 +-
 .../elasticsearch/ElasticsearchIOTestCommon.java   | 183 ++++++++++++++++++---
 sdks/java/io/elasticsearch/build.gradle            |   1 +
 sdks/java/io/elasticsearch/pom.xml                 |   5 +
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 166 +++++++++++++++++--
 10 files changed, 492 insertions(+), 81 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
echauchot@apache.org.

[beam] 01/01: Merge pull request #4956 from timrobertson100/BEAM-3201

Posted by ec...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

echauchot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5c5c54e9ad4e1e2fec920774d016be39c96f6b03
Merge: f75d0f4 f620efd
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Wed Apr 11 09:17:52 2018 +0200

    Merge pull request #4956 from timrobertson100/BEAM-3201
    
    Merge pull request #4956: [BEAM-3201] ElasticsearchIO per-document routing (id, type and index)

 .../sdk/io/elasticsearch/ElasticsearchIOIT.java    |  34 +++-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  26 ++-
 .../sdk/io/elasticsearch/ElasticsearchIOIT.java    |  32 +++-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  26 ++-
 .../io/elasticsearch/ElasticSearchIOTestUtils.java |  89 +++++++---
 .../io/elasticsearch/ElasticsearchIOITCommon.java  |  11 +-
 .../elasticsearch/ElasticsearchIOTestCommon.java   | 183 ++++++++++++++++++---
 sdks/java/io/elasticsearch/build.gradle            |   1 +
 sdks/java/io/elasticsearch/pom.xml                 |   5 +
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 166 +++++++++++++++++--
 10 files changed, 492 insertions(+), 81 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
echauchot@apache.org.