我有一个Flink应用程序,它使用Kafka集群中的数据并运行SQL数据转换。我在电子病历上运行这个应用程序,当我使用Java -jar选项运行时,应用程序可以正常运行。at org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:146)
at org.apache.flink.client.program.rest.RestClusterClient.submitJoborg.apache
flink流具有多个数据流,然后使用org.apache.flink.streaming.api.datastream.DataStream#union方法对这些数据流进行合并。然后,我得到了问题,数据流是混乱的,我不能设置窗口来对数据流中的数据进行排序。Sorting union of streams to identify user sessions in Apache Flink 我得到了答案,但com.lia