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:11:34 UTC

storm git commit: add STORM-978 to CHANGELOG.md

Repository: storm
Updated Branches:
  refs/heads/master eb6107b93 -> 59ed4d23c


add STORM-978 to CHANGELOG.md

* also add Alex Panov to contributor list


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

Branch: refs/heads/master
Commit: 59ed4d23c19b0a4be42e56d415c8f0850a2b3ef2
Parents: eb6107b
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Aug 28 07:10:50 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Aug 28 07:10:50 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/59ed4d23/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 623ac5d..d51a987 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-978: [storm-elasticsearch] Introduces Lookup(or Query)Bolt which emits matched documents from ES
  * STORM-851: Storm Solr connector
  * STORM-854: [Storm-Kafka] KafkaSpout can set the topic name as the output streamid
  * STORM-990: Refactored TimeCacheMap to extend RotatingMap

http://git-wip-us.apache.org/repos/asf/storm/blob/59ed4d23/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 57ce0d5..6abf9c6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -218,6 +218,7 @@ under the License.
 * Boyang Jerry Peng ([@jerrypeng](https://github.com/jerrypeng))
 * Li Wang ([@wangli1426](https://github.com/wangli1426))
 * Rohan Agarwal ([@rohanag12](https://github.com/rohanag12))
+* Alex Panov ([@alexpanov](https://github.com/alexpanov))
 
 ## Acknowledgements