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

env.execute() is no longer needed after a call to print()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9
    • 0.9
    • None

    Description

      print() is now an eager method ( like collect() or count() ). That means that calling "print()" immediately triggers the execution, and no "env.execute()" is required any more.

      Having env.execute() triggers an exception.
      The examples should be updated accordingly.

      Attachments

        Activity

          People

            andralungu Andra Lungu
            andralungu Andra Lungu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: