GitHub user echauchot opened a pull request: https://github.com/apache/beam/pull/3328
[BEAM-2410] Remove TransportClient from ElasticSearchIO 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`. - [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.pdf). --- This PR is a first step to support Elasticsearch 5.x but it is also very useful for the IO that supports Elasticsearch 2.x, hence the separate PR. R: @jbonofre R: @jkff CC: @ssisk regarding my comment https://issues.apache.org/jira/browse/BEAM-2347?focusedCommentId=16022861&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16022861 You can merge this pull request into a Git repository by running: $ git pull https://github.com/echauchot/beam BEAM-2410-ELASTICSEARCHIO-REMOVE-TRANSPORTCLIENT Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3328.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 #3328 ---- commit a41afd46dc6f057ec7eea24c3ab2ff996258e5f6 Author: Etienne Chauchot <echauc...@gmail.com> Date: 2017-06-05T14:21:58Z [BEAM-2410] Remove TransportClient from ElasticSearchIO to decouple IO and ES server versions ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---