hive报错:org.apache.hive.com.esotericsoftware.kryo.kryoexception: encountered unregistered class id
错误解决办法:
<property>
<name>hive.plan.serialization.format</name>
<value>kryo</value>
<description>
Query plan format serialization between client and task nodes.
Two supported values are : kryo and javaXML. Kryo is default.
</description>
</property>