hive启动时报错: Relative path in absolute URI: ${system:java.io.t

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive启动时报错: Relative path in absolute URI: ${system:java.io.t相关的知识,希望对你有一定的参考价值。

Exception in thread "main" java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: ${system:java.io.tmpdir%7D/$%7Bsystem:user.name%7D
这是因为在hive-site.xml配置文件中需要配置system:java.io.tmpdir属性。


在配置文件中加入:

 <property>
    <name>system:java.io.tmpdir</name>
    <value>/usr/local/hive/tmp</value>
  </property>



/usr/local/hive/tmp,是你自己建立的目录

以上是关于hive启动时报错: Relative path in absolute URI: ${system:java.io.t的主要内容,如果未能解决你的问题,请参考以下文章

hive启动时报错${system:java.io.tmpdir

Hive启动时报错Missing Hive Execution Jar: /opt/module/hive/lib/hive-exec-*.jar

启动Hive时报错(com.mysql.jdbc.Driver") was not found in the CLASSPATH)

hive创建表时报错

hive udaf 用maven打包运行create temporary function 时报错

Hive中split函数分隔符为分号时报错问题