sparksql读取hive数据报错:java.lang.RuntimeException: serious problem
问题: 原因: 解决办法: 设置set spark.sql.hive.convertMetastoreOrc=true 单纯的设置以上参数还是会报错: 需要再设置set spark.sql.orc.impl=native 参考https://issues.apache.org ...