My Oozie job is failing with following error. I look at the site and tried to change the hive-site.xml but still gettting the same error. issue is still not resolved.
Does any one worked on this issue. 2015-05-13 22:29:00,998 WARN org.apache.oozie.action.hadoop.HiveActionExecutor: SERVER[ oozie.xxxxxx.xxxxxx.com] USER[sajidsyed] GROUP[-] TOKEN[] APP[Load_Transaction_Header] JOB[0001905-150506025939648-oozie-oozi-W] ACTION[0001905-150506025939648-oozie-oozi-W@item_details_stage_load] 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:169) at org.apache.oozie.action.hadoop.HiveMain.run(HiveMain.java:199) at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:39) 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:227) at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54) at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:450) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343) at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:168) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1642) at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:163) 2015-05-13 22:29:01,063 INFO org.apache.oozie.command.wf.ActionEndXCommand: SERVER[oozie.xxxxxx.xxxxxx.com] USER[sajidsyed] GROUP[-] TOKEN[] APP[Load_Transaction_Header] JOB[0001905-150506025939648-oozie-oozi-W] ACTION[0001905-150506025939648-oozie-oozi-W@item_details_stage_load] ERROR is considered as FAILED for SLA 2015-05-13 22:29:01,109 INFO org.apache.oozie.command.wf.ActionStartXCommand: SERVER[ oozie.xxxxxx.xxxxxx.com] USER[sajidsyed] GROUP[-] TOKEN[] APP[Load_Transaction_Header] JOB[0001905-150506025939648-oozie-oozi-W] ACTION[0001905-150506025939648-oozie-oozi-W@kill] Start action [0001905-150506025939648-oozie-oozi-W@kill] with user-retry state : userRetryCount [0], userRetryMax [0], userRetryInterval [10] Thanks Jay
