hive java.net.URISyntaxException: Relative path in absolute URI: ${system:java.io.tmpdir...}

在hive-site.xml中加入一下内容:

  <property>
    <name>system:java.io.tmpdir</name>
    <value>/tmp/hive/java</value>
  </property>
  <property>
    <name>system:user.name</name>
    <value>${user.name}</value>
  </property>

猜你喜欢

转载自blog.csdn.net/qq_37076742/article/details/83547956