-
背景
在启动完成hive服务:
hive --service metastore
后启动hive2服务的过程中:
hive --service hiveserver2
时报错:java.lang.NoClassDefFoundError: org/apache/tez/dag/api/TezConfiguration
-
分析
我的hive-site.xml配置文件:
<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> <!-- jdbc 连接的 URL --> <property> <name>javax.jdo.option.ConnectionURL</name> <value>jdbc:mysql://pc001:3306/metastore?allowPublicKeyRetrieval=true&useSSL=false</value> </property> <!-- jdbc 连接的 Drive
12、使用JDBC方式访问HIve,启动客户端时报错java.lang.NoClassDefFoundError: org/apache/tez/dag/api/TezConfiguration...
最新推荐文章于 2023-11-22 09:52:06 发布