XMLWordPrintableJSON

Details

    Description

      Currently, ExecutionEnvironment only supports executing the plan generated by self.
      FLIP-84 proposes TableEnvironment can only trigger the table program and the StreamExecutionEnvironment/ExecutionEnvironment can only trigger DataStream/DataSet program. This requires that ExecutionEnvironment can execute the plan generated by TableEnvironment. We propose to add two methods in ExecutionEnvironment: (which are similar to StreamExecutionEnvironment#execute(StreamGraph) and StreamExecutionEnvironment#executeAsync(StreamGraph))

      public class ExecutionEnvironment {
          @Internal
          public JobExecutionResult execute(Plan plan) throws Exception {
          .....
          }
      
          @Internal
          public JobClient executeAsync(Plan plan) throws Exception {
          .....
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              godfreyhe godfrey he
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m