解决方法:
在hive-site.xml中添加

<property>
   <name>system:java.io.tmpdir</name>
   <value>/home/root/hdp/tmpdir</value>
</property>
 
<property>
     <name>system:user.name</name>
     <value>hive</value>
</property>

相关文章:

  • 2021-05-15
  • 2021-08-16
  • 2021-10-05
  • 2022-12-23
  • 2021-10-23
  • 2021-05-04
  • 2021-04-19
  • 2021-11-24
猜你喜欢
  • 2022-01-10
  • 2021-11-06
  • 2022-12-23
  • 2021-04-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案