當我運行oozie worflow時出現以下錯誤。在作業配置選項卡下顯示hivesitepath屬性的oozie控制檯中,但未加載。權限被拒絕配置單元+ oozie
Launcher exception: hive-site.xml (Permission denied)
java.io.FileNotFoundException: hive-site.xml (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
at java.io.FileOutputStream.<init>(FileOutputStream.java:110)
at org.apache.oozie.action.hadoop.HiveMain.setUpHiveSite(HiveMain.java:161)
at org.apache.oozie.action.hadoop.HiveMain.run(HiveMain.java:191)
at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:38)
at org.apache.oozie.action.hadoop.HiveMain.main(HiveMain.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
你的'hivesitepath'是什麼?顯示你的整個oozie作業XML。 – wlk
<結構> hivesitePath HDFS://namenode-address/tmp/hive-site.xml oozie.libpath /sharedlib,/ sharedlib /蜂巢,/ sharedlib /豬 sql_user 用戶名 namenode的 HDFS:// namenodeaddress 的JobTracker {JobTracker的地址} 配置> –
suresh
hisesitepath:/ TMP /蜂巢現場。 xml(hadoop中的這個路徑),我也嘗試了另一個路徑:/sharedlib/conf/hive-site.xml。 – suresh