Weiqing Yang created SAMZA-1938:
-----------------------------------

             Summary: 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
             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)

Reply via email to