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

Remove implicit Seq to DataStream conversion

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.10.2
    • 1.0.0
    • None
    • None

    Description

      The implicit conversion from Seq to Flink DataStream needs to create internally a new execution environment.

      This method is confusing to use. If one uses the Seq in a program that uses a different execution environment, then different streams run on different execution environments.

      The overhead of manually calling env.fromElements(seq) is quite low.

      Attachments

        Activity

          People

            sewen Stephan Ewen
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: