在我的Flink项目中,我找不到连接器的某些库(具体来说,我需要吃一次CSV,在批处理或流模式下读取几个块数据的TBs )。\MyFlinkJob.scala:46: error: not found: type FileSource <dependency><groupId>org.apache.flink</groupId>
<artifactId>flink</e
我得到以下异常at org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager.removeSlots(SlotManager.java:759)
at org.apache.flink.runtime.resourcemanager.slotmanager.SlotMan
) .withBucketCheckInterval(100)当我使用大容量格式和:62)
at org.apache.flink.streaming.api.functions.sink.filesystem.Bucket.closePartFile(Bucket.javaat org.apache.flink.streaming.runtime.tasks.StreamTask.runMailboxL
我正在使用flink从Azure数据湖中读取数据。但flink无法找到Azure数据湖文件系统。我已经实现了spark来读取Azure Data Lake文件系统文件。因此,我尝试从flink中触发火花,从Azure数据湖中读取数据,并执行一些逻辑操作,然后将列表返回给flink。所以flink可以使用这些数据?
是否可以从flink触发spark作业?或者如何配置flin