1、beeline出现org.apache.thrift.TApplicationException: Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{set:hiveconf:hive.server2.thrift.resultset.default.fetch.size=1000, use:database=default})
由于sparksql中的hive-cli 等包的版本是1.2需要替换或使用spark/bin下面的beeline或使用spark/bin下面自带的beeline
2、新版本spark不使用hive的源数据表的问题
修改metastore.catalog.default为hive
3、ambari spark thrift server查询hive映射的ES表出现找不到类的情况
在spark2-thrift-sparkconf中spark.sql.hive.metastore.jars添加ES的jar包(注意用:隔开)并添加到/usr/hdp/3.1.0.0-78/spark2/jars/中
4、出现AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Table default.partition_test failed strict managed table checks due to the following reason: Table is marked as a managed table but is not transactional.)
修改hive-site.xml中hive.strict.managed.tables为false(注意是hive中)
5、出现org.apache.spark.sql.AnalysisException: org.apache.hadoop.hive.ql.metadata.