【发布时间】:2016-12-04 15:06:07
【问题描述】:
我的hive-site.xml 配置是
当我使用 hive 时:
show databases;
我得到的例外是:
FAILED: IllegalArgumentException java.net.URISyntaxException:
Relative path in absolute URI: file:./tmp/hive-root/root/74dc7e51-1d24-4397-9321-9b8c651ee212/hive_2016-12-04_22-55-36_784_2074916962149947374-1
【问题讨论】:
-
hive.exec.scratchdir /tmp/hive-${user.name} Hive 的 HDFS 根暂存目录使用 write all (733) 权限创建的作业。对于每个连接用户,一个 HDFS 暂存目录:${hive.exec.scratchdir}/ 使用 ${hive.scratch.dir.permission} 创建。 hive.exec.local.scratchdir tmp/hive-${user .name}/root Hive 作业的本地暂存空间 -
请说明您的问题