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 2015/12/15 16:15:29 UTC

[5/6] storm git commit: Merge branch 'STORM-1179' of https://github.com/hmcl/storm-apache into STORM-1179

Merge branch 'STORM-1179' of https://github.com/hmcl/storm-apache into STORM-1179


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

Branch: refs/heads/master
Commit: 1382b92e25254cc4c58e8b4d03ec646b7b669c8f
Parents: efbcd47 a1c159f
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Dec 15 07:00:08 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Dec 15 07:00:08 2015 -0800

----------------------------------------------------------------------
 DEVELOPER.md                                    |  48 +-
 external/storm-elasticsearch/pom.xml            |   7 +-
 .../bolt/AbstractEsBoltIntegrationTest.java     |   7 +-
 .../elasticsearch/bolt/EsIndexBoltTest.java     |   3 +
 .../bolt/EsLookupBoltIntegrationTest.java       |  18 +-
 .../elasticsearch/bolt/EsPercolateBoltTest.java |   5 +-
 pom.xml                                         |  57 +-
 storm-core/pom.xml                              |  12 +
 .../backtype/storm/testing/IntegrationTest.java |  38 ++
 .../clj/backtype/storm/integration_test.clj     | 622 -------------------
 .../test/clj/backtype/storm/testing4j_test.clj  | 212 -------
 .../backtype/storm/integration_test.clj         | 622 +++++++++++++++++++
 .../backtype/storm/testing4j_test.clj           | 212 +++++++
 .../storm/trident/integration_test.clj          | 292 +++++++++
 .../test/clj/storm/trident/integration_test.clj | 292 ---------
 storm-multilang/javascript/pom.xml              |  12 +-
 storm-multilang/python/pom.xml                  |   9 +
 storm-multilang/ruby/pom.xml                    |  11 +-
 18 files changed, 1333 insertions(+), 1146 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1382b92e/pom.xml
----------------------------------------------------------------------