Re: Flink 读取Hive,报错 :Could not read the user code wrapper: invalid type code: 9C。

2020-11-09 文章 Rui Li
这个错误一般是因为JM或者TM那边缺少相应的依赖,导致反序列化的时候失败了。 On Tue, Nov 10, 2020 at 8:22 AM 蒋龙 wrote: > 大佬们好,使用flink读取hive报了一个很奇怪错:Caused by: > org.apache.flink.runtime.operators.util.CorruptConfigurationException: > Could not read the user code wrapper: invalid type code: 9C。一直不得其解,求赐教啊~ > flink:1.11.2 > hive: 2.2.

Flink 读取Hive,报错 :Could not read the user code wrapper: invalid type code: 9C。

2020-11-09 文章 蒋龙
大佬们好,使用flink读取hive报了一个很奇怪错:Caused by: org.apache.flink.runtime.operators.util.CorruptConfigurationException: Could not read the user code wrapper: invalid type code: 9C。一直不得其解,求赐教啊~ flink:1.11.2 hive: 2.2.0 hadoop:3.0.3 感觉像是输入输出流的包装那里有问题,但不知道是哪里有问题。on yarn的话,原来的HiveCatalog需要一个hive-site.xml路径,但是o