[
https://issues.apache.org/jira/browse/STORM-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704647#comment-14704647
]
ASF GitHub Bot commented on STORM-978:
--------------------------------------
GitHub user alexpanov opened a pull request:
https://github.com/apache/storm/pull/693
STORM-978: Implemented EsLookupBolt
https://issues.apache.org/jira/browse/STORM-978
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alexpanov/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/693.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #693
----
commit 642ab9d009f0b195ce0a60ef8363f3692c2e99b5
Author: Alex Panov <[email protected]>
Date: 2015-08-20T10:24:46Z
Add hamcrest-all test dependency to storm-elasticsearch
commit e0bee05a26d3c306a44998b9a409a4d44e5dcde7
Author: Alex Panov <[email protected]>
Date: 2015-08-20T10:26:00Z
Manage dependencies in storm-elasticsearch pom
commit 3400c7db4b70b6a61750f3d4ad1f948c49e9a34d
Author: Alex Panov <[email protected]>
Date: 2015-08-20T10:28:08Z
Extract ES client creator from ES bolts
commit 3094baf200beb513d98cea3a3ce94605e6760fe2
Author: Alex Panov <[email protected]>
Date: 2015-08-20T10:29:08Z
Introduce a unit test superclass for ES bolts
commit 599999246f4ce251d44c50a64423ccf8ea464b34
Author: Alex Panov <[email protected]>
Date: 2015-08-20T10:30:17Z
Implement EsLookupBolt
----
> [storm-elasticsearch] Introduces Lookup(or Query)Bolt which emits matched
> documents from ES
> -------------------------------------------------------------------------------------------
>
> Key: STORM-978
> URL: https://issues.apache.org/jira/browse/STORM-978
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Jungtaek Lim
> Assignee: Alex Panov
>
> storm-elasticsearch has features on storing document, not querying something.
> It would be better to have Lookup (or Query) Bolt for querying to ES and emit
> matched documents, as other external modules did.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)