[
https://issues.apache.org/jira/browse/BEAM-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057195#comment-16057195
]
ASF GitHub Bot commented on BEAM-2489:
--------------------------------------
GitHub user echauchot opened a pull request:
https://github.com/apache/beam/pull/3411
[BEAM-2489] Use dynamic ES port in HIFIOWithElasticTest
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).
---
R: @radhika-kulkarni
CC: @jbonofre
CC: @ssisk
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/echauchot/beam BEAM-2489-ES-DYNAMIC-PORT
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3411.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 #3411
----
commit 1ebae25de8fdb4dd154dff3a73c3fcb77882c6e7
Author: Etienne Chauchot <[email protected]>
Date: 2017-06-21T08:39:39Z
[BEAM-2489] Use dynamic ES port in HIFIOWithElasticTest
----
> Use dynamic ES port in HIFIOWithElasticTest in module IO :: Hadoop ::
> jdk1.8-tests
> ----------------------------------------------------------------------------------
>
> Key: BEAM-2489
> URL: https://issues.apache.org/jira/browse/BEAM-2489
> Project: Beam
> Issue Type: Test
> Components: sdk-java-extensions
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Minor
>
> HIFIOWithElasticTest unit test uses Elasticsearch standard port 9200. But, if
> there is already an instance running on the machine, then the UT and thus the
> build fails. It would be better to use a free port to avoid that
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)