[ 
https://issues.apache.org/jira/browse/MRQL-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15718893#comment-15718893
 ] 

ASF GitHub Bot commented on MRQL-90:
------------------------------------

GitHub user fegaras opened a pull request:

    https://github.com/apache/incubator-mrql/pull/31

    [MRQL-90] Add support for Storm streaming

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fegaras/incubator-mrql MRQL-90

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-mrql/pull/31.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 #31
    
----
commit 3158b9083abca53a4212a51b9db80421e480cf49
Author: Leonidas Fegaras <fega...@cse.uta.edu>
Date:   2016-12-03T22:56:31Z

    [MRQL-90] Add support for Storm streaming

----


> Add support for Storm streaming
> -------------------------------
>
>                 Key: MRQL-90
>                 URL: https://issues.apache.org/jira/browse/MRQL-90
>             Project: MRQL
>          Issue Type: New Feature
>          Components: Streaming
>    Affects Versions: 0.9.8
>            Reporter: Leonidas Fegaras
>            Assignee: Leonidas Fegaras
>
> This task is assigned to Achyut Paudel achyut.paud...@mavs.uta.edu as part of 
> his MS thesis at UTA. This extension will allow MRQL queries to run on Apache 
> Storm DSPE (distributed stream processing engine). The stream unit is a Tuple 
> with just one component: a Bag<MRData>, which is a buffer of MRData used for 
> batch streaming. Each MRQL physical operator will correspond to 1-3 Storm 
> bolts, while a source operator will correspond to a spout. For example, the 
> MapReduce(m,r,X) operation will consist of 2 bolts: a bolt with a map 
> function m (a Bolt subclass with an attribute m) that applies m to the input 
> data, and another similar bolt with the reduce function r. These two bolts 
> will be connected in the Storm topology with a Storm group-by operation. The 
> query evaluator will first generate a Storm topology from a physical plan and 
> then will use the Storm evaluator to evaluate the topology. The only new 
> components needed for these extensions are: 1) Bolt and Spout subclasses to 
> capture MRQL operators 2) a Storm topology generator from MRQL plans. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to