You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/28 00:12:57 UTC

[13/13] storm git commit: Merge branch 'STORM-978'

Merge branch 'STORM-978'


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/4faee0e2
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/4faee0e2
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/4faee0e2

Branch: refs/heads/master
Commit: 4faee0e29d3698b9623209c248c4ab1ddd992518
Parents: 59ed4d2 95985c5
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Aug 28 07:12:30 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Aug 28 07:12:30 2015 +0900

----------------------------------------------------------------------
 external/storm-elasticsearch/README.md          |  20 ++-
 external/storm-elasticsearch/pom.xml            |  10 +-
 .../elasticsearch/ElasticsearchGetRequest.java  |  36 +++++
 .../elasticsearch/EsLookupResultOutput.java     |  43 ++++++
 .../elasticsearch/bolt/AbstractEsBolt.java      |  50 ++++---
 .../elasticsearch/bolt/ElasticSearchClient.java |  57 ++++++++
 .../storm/elasticsearch/bolt/EsLookupBolt.java  |  71 ++++++++++
 .../elasticsearch/bolt/TransportAddresses.java  |  72 ++++++++++
 .../bolt/AbstractEsBoltIntegrationTest.java     |  91 +++++++++++++
 .../elasticsearch/bolt/AbstractEsBoltTest.java  |  76 ++++-------
 .../elasticsearch/bolt/EsIndexBoltTest.java     |  33 +++--
 .../bolt/EsLookupBoltIntegrationTest.java       | 132 +++++++++++++++++++
 .../elasticsearch/bolt/EsLookupBoltTest.java    | 120 +++++++++++++++++
 .../elasticsearch/bolt/EsPercolateBoltTest.java |  30 ++---
 .../bolt/TransportAddressesTest.java            |  81 ++++++++++++
 15 files changed, 803 insertions(+), 119 deletions(-)
----------------------------------------------------------------------