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:56 UTC

[12/13] storm git commit: Merge branch 'master' of https://github.com/alexpanov/storm into STORM-978

Merge branch 'master' of https://github.com/alexpanov/storm into STORM-978


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

Branch: refs/heads/master
Commit: 95985c58149369da63718cd05ecf62a5c19f4302
Parents: eb6107b 8618eb3
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Aug 28 07:09:05 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Aug 28 07:09:05 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(-)
----------------------------------------------------------------------