hive URI ${systemjava.io.tmpdir%7D$%7Bsystemuser.name%7D

hive URI ${systemjava.io.tmpdir%7D$%7Bsystemuser.name%7D




解决办法:

hive-site.xml




<property> 
<name>hive.exec.local.scratchdir</name> 


<value>/opt/soft/apache-hive-1.2.1-bin/iotmp</value> 
<description>Local scratch space for Hive jobs</description> 
</property> 
<property> 
<name>hive.downloaded.resources.dir</name> 

<value>/opt/soft/apache-hive-1.2.1-bin/iotmp/${hive.session.id}_resources</value> 
<description>Temporary local directory for added resources in the remote file system.</description>
 </property>