env.execute statement

Viewing 1 reply thread
  • Author
    Posts
    • #6606
      DataFlair TeamDataFlair Team
      Spectator

      Please explain the line ‘env.execute(“WordCount Example”)’ in the program Wordcount.java. What is the value that needs to be given inside the quotes?

    • #6607
      DataFlair TeamDataFlair Team
      Spectator

      env.execute("Application Name")in the flink program starts the execution of Apache Flink application.

      in the argument you can pass application name for your reference (it can be left blank as well).

Viewing 1 reply thread
  • You must be logged in to reply to this topic.