You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yi Pan (Data Infrastructure) (JIRA)" <ji...@apache.org> on 2017/02/23 19:41:45 UTC

[jira] [Created] (SAMZA-1101) Delay the creation of actual function to send to a physical stream until OperatorImpl instantiation

Yi Pan (Data Infrastructure) created SAMZA-1101:
---------------------------------------------------

             Summary: Delay the creation of actual function to send to a physical stream until OperatorImpl instantiation
                 Key: SAMZA-1101
                 URL: https://issues.apache.org/jira/browse/SAMZA-1101
             Project: Samza
          Issue Type: Bug
            Reporter: Yi Pan (Data Infrastructure)


There are a few reasons for that:
# it helps to keep the logic StreamGraphImpl only refers to logic stream (i.e. the physical stream properties should be populated by physical ExecutionEnvironment)
# it helps to keep the OperatorSpec for sendTo() only containing spec info, not physical implementation, which allows us to swap in collection-based or file-based streams sendTo() function w/o the user program change





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