You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/26 21:36:46 UTC

[jira] [Commented] (SAMZA-1093) Instantiate StreamOperatorTask in SamzaContainer

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

ASF GitHub Bot commented on SAMZA-1093:
---------------------------------------

GitHub user nickpan47 opened a pull request:

    https://github.com/apache/samza/pull/65

    SAMZA-1093: instantiating StreamOperatorTask in SamzaContainer (WIP)

    SAMZA-1093: Instantiating StreamOperatorTask in SamzaContainer
    
    - minor refactor to get the TaskFactory based on task class configuration
    - add instantiation of StreamOperatorTask in SamzaContainer

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

    $ git pull https://github.com/nickpan47/samza SAMZA-1093

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

    https://github.com/apache/samza/pull/65.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 #65
    
----
commit 82b839f99de832aed9f2f4dd935d9f6bbf6932ec
Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Date:   2017-02-22T00:18:25Z

    SAMZA-1093: instantiating StreamOperatorTask in SamzaContainer (WIP)
    
    SAMZA-1093: Instantiating StreamOperatorTask in SamzaContainer
    
    SAMZA-1093: fix import
    
    SAMZA-1093: code ready, more unit tests pending

----


> Instantiate StreamOperatorTask in SamzaContainer
> ------------------------------------------------
>
>                 Key: SAMZA-1093
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1093
>             Project: Samza
>          Issue Type: Bug
>    Affects Versions: 0.12.0
>            Reporter: Yi Pan (Data Infrastructure)
>            Assignee: Yi Pan (Data Infrastructure)
>
> SAMZA-1073 enabled a top-level fluent API that allows users to write user logic via a fluent style. We still need to enable instantiating StreamOperatorTask in SamzaContainer logic, s.t. we can actually execute the tasks defined by the top-level fluent API.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)