You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/06 04:50:20 UTC

[jira] [Commented] (GEARPUMP-203) Use DataSourceTask / DataSinkTask for DSL

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

ASF GitHub Bot commented on GEARPUMP-203:
-----------------------------------------

GitHub user manuzhang opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/80

    [GEARPUMP-203] Use DataSourceTask and DataSinkTask for DSL

    

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

    $ git pull https://github.com/manuzhang/incubator-gearpump window_dsl

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

    https://github.com/apache/incubator-gearpump/pull/80.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 #80
    
----
commit 6f70916dce3d23929b9c78cc0508af478988dbd7
Author: manuzhang <ow...@gmail.com>
Date:   2016-09-06T04:28:15Z

    [GEARPUMP-203] Use DataSourceTask and DataSinkTask for DSL

----


> Use DataSourceTask / DataSinkTask for DSL 
> ------------------------------------------
>
>                 Key: GEARPUMP-203
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-203
>             Project: Apache Gearpump
>          Issue Type: Sub-task
>          Components: streaming
>    Affects Versions: 0.8.1
>            Reporter: Manu Zhang
>            Assignee: Manu Zhang
>
> Currently, {{source}} operation in DSL will be translated to {{SourceTask}}  allowing for a passed-in operation processing input data while  {{DataSourceTask}} is default container running {{DataSource}} API without any processing. {{SinkTask}} and {{DataSinkTask}} are almost identical. We can improve the latter to account for both cases such that we don't keep two sets of implementations. 



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