hive 报错 return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask.
报错场景是这样的我创建了一个学生表student1,和学生分区表studentpar2,那么现在我要根据student1中的学生性别动态向studentpar2中加载数据,sql语句insert into table studentpar2 partition(sex) select* from student1;报错字符问题,因为我在原始数据中,性别使用男女来区分,字符没有转码,所以报错,解决办
·

所有评论(0)