You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2019/03/19 17:26:00 UTC

[jira] [Resolved] (SAMZA-1938) Support use cases to run multiple sql statements in one Samza job

     [ https://issues.apache.org/jira/browse/SAMZA-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prateek Maheshwari resolved SAMZA-1938.
---------------------------------------
    Resolution: Fixed

> Support use cases to run multiple sql statements in one Samza job 
> ------------------------------------------------------------------
>
>                 Key: SAMZA-1938
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1938
>             Project: Samza
>          Issue Type: Bug
>          Components: sql
>            Reporter: Weiqing Yang
>            Priority: Major
>             Fix For: 0.15.0
>
>
> This Jira is to track the following tasks:
>  * Support users to run multiple Sql statements in the same job.
>  ** sql1 = "Insert into testavro.simpleOutputTopic select * from testavro.SIMPLE1";
>  sql2 = "Insert into testavro.SIMPLE3 select * from testavro.SIMPLE2";
>  * Support fan-out use case. For example, 
>  ** sql1 = "Insert into testavro.SIMPLE2 select * from testavro.SIMPLE1";
>  sql2 = "Insert into testavro.SIMPLE3 select * from testavro.SIMPLE1";
>  * Support fan-in use case. For example,
>  ** sql1 = "Insert into testavro.simpleOutputTopic select * from testavro.SIMPLE2";
> sql2 = "Insert into testavro.simpleOutputTopic select * from testavro.SIMPLE1";



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)