Flink table sql执行hive相关的语句的时候报错了,提示:ClassNotFoundException: com.facebook.fb303.FacebookService
Flink table sql执行hive相关的语句的时候报错了,提示:
请问怎么办?
[ERROR] Could not execute SQL statement. Reason:
java.lang.ClassNotFoundException: com.facebook.fb303.FacebookService$Iface
请问怎么办?
发布于:1年前 (2023-09-06) IP属地:四川省
1 个回答
这是因为连接hive的时候,使用了thrift协议,在flink的执行环境中没有这个libfb303的包,可以在下面的地址下载一个放到flink的lib中去:
https://mvnrepository.com/artifact/org.apache.thrift/libfb303
发布于:1年前 (2023-09-06) IP属地:四川省
我来回答
您需要 登录 后回答此问题!