【azkaban】 java.lang.NoClassDefFoundError: org/apache/hadoop/hive/serde2/typeinfo/TypeInfo

Error when scheduling sqoop to synchronize hive partition table

Solution:

Check whether there is hive-site.xml in the sqoop/conf directory

If not, copy from the hive/conf directory

cp $HIVE_HOME/conf/hive-site.xml $SQOOP_HOME/conf

Check if the following hive dependency packages exist in sqoop/lib

Guess you like

Origin blog.csdn.net/qq_44065303/article/details/111300043