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 2016/03/24 23:15:25 UTC

[jira] [Created] (SAMZA-914) Implement a composable operator APIs for direct programming in Java

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

             Summary: Implement a composable operator APIs for direct programming in Java
                 Key: SAMZA-914
                 URL: https://issues.apache.org/jira/browse/SAMZA-914
             Project: Samza
          Issue Type: Bug
            Reporter: Yi Pan (Data Infrastructure)


In the process of design/refining the physical operator layer for SAMZA-552, there is a need to design/implement a fluent programming APIs s.t. users may be able to directly write Java programs using the physical operators.

The programming APIs would serve as an intermediate layer that serves the following purposes:

# Users can choose to directly use physical operators (like window/join/filter etc.) in their Java code
# The SQL parser and engine can use this API to construct the physical operators and the execution DAG.



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