【发布时间】:2014-11-08 00:42:07
【问题描述】:
我修改了这部分
<property>
<name>hive.metastore.warehouse.dir</name>
<value>/user/hive/warehouse</value>
<description>location of default database for the warehouse</description>
</property>
hive-default.xml.template 的我自己的路径。运行 hive 时,如果我尝试创建一个表,它说它可以创建 file://mypath/etc.. 它仍在寻找/user/hive/warehouse。我做错什么了吗?我尝试创建 hive-site.xml,但它似乎也不起作用。
【问题讨论】: