You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2018/03/28 20:06:04 UTC

[2/2] storm git commit: Merge branch 'checkstyle-fix-es-examples' of https://github.com/krichter722/storm into STORM-3004-merge

Merge branch 'checkstyle-fix-es-examples' of https://github.com/krichter722/storm into STORM-3004-merge


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

Branch: refs/heads/master
Commit: 283f315f02b0903f2589905250844a1aa47cec55
Parents: adf4efb eb72603
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Wed Mar 28 22:04:45 2018 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Wed Mar 28 22:04:45 2018 +0200

----------------------------------------------------------------------
 examples/storm-elasticsearch-examples/pom.xml   |   2 +-
 .../elasticsearch/bolt/EsIndexTopology.java     | 121 +++++++++++++---
 .../storm/elasticsearch/bolt/package-info.java  |  20 +++
 .../storm/elasticsearch/common/EsConstants.java |  22 ++-
 .../storm/elasticsearch/common/EsTestUtil.java  |  71 ++++++++--
 .../elasticsearch/common/package-info.java      |  20 +++
 .../trident/TridentEsTopology.java              | 137 +++++++++++++++----
 .../elasticsearch/trident/package-info.java     |  20 +++
 8 files changed, 350 insertions(+), 63 deletions(-)
----------------------------------------------------------------------