FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.)
修改方法:
第一步:在mysql种修改hive元数据hive的字符集
alter database hive character set latin1;
第二步:hive连接mysql的jar包换高一点