Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-27631

Datastream job combined with table job

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.13.6
    • None
    • None

    Description

      Datastream job combined with table job

      One datastream, write two sink, one uses datastream API: datastream addSink(..); After another SQL: insert is used, it is converted to another table_ table from table1; Perform the task like this without using streamexecutionenvironment Execute() executes the addsink operator task, but cannot execute the SQL task; Do not use streamtableenvironment Executesql(), but the addsink operator task will not be executed. If two streamexecutionenvironment Execute() and streamtableenvironment If executesql() is written, two tasks will be executed. Is there any way to put two sink in one task?

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            waywtdcc waywtdcc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: