新项目报以下异常 : Multiple markers at this line: could not find implicit value for evidence parameter of type org. apache. flink. api. common. typeinfo. Typelnformationtdf. Raytek]
)
完整报错信息
Multiple markers at this line: could not find implicit value for evidence parameter of type org. apache. flink. api. common. typeinfo. Typelnformationtdf. Raytek]
not enough arguments for constructor OutputTag:(implicit evidence$ 1: org. apache. flink. api. common. typeinfo. Typelnformation(df. RaytekJ)
org. apache. flink. streaming. api. scala. OutputTag[ df. Raytek]. Unspecified value parameter evidence$1.
原因 : 框架依赖的 Sacala 版本不对
根据图示修改 Scala 版本即可

本文介绍了一个在使用Apache Flink进行数据处理时遇到的Scala版本不匹配问题,导致项目出现无法找到隐式值的错误。通过调整Scala版本,成功解决了这一框架依赖问题。
556

被折叠的 条评论
为什么被折叠?



