赞
踩
WARN HiveConf: HiveConf of name hive.metastore.local does not exist
解决方案是:
<property>
<name>hive.metastore.local</name>
<value>false</value>
<description>controls whether to connect to remove metastore server or open a new metastore server in Hive Client JVM</description>
</property>
但是注意,hive-site.xml要同时在两个地方删除,一个是hive的conf文件夹下面,一个是spark的conf文件夹下面,缺一不可.
/home/appleyuchi/apache-hive-3.0.0-bin/conf
/home/appleyuchi/.virtualenvs/python2.7/lib/python2.7/site-packages/pyspark/conf
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。