Member since
06-18-2015
7
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3986 | 06-18-2015 06:33 PM |
06-19-2015
08:26 AM
Had similar issue got resolved Error ------ I had like this in workflow.xml <job-tracker>localhost:8032</job-tracker> <name-node>localhost:8020</name-node> Changed it to the following <job-tracker>${jobTracker}</job-tracker> <name-node>${nameNode}</name-node>
... View more
06-18-2015
06:33 PM
This is resolved I didn't had right permissions to /tmp folder in hdfs.
... View more
06-18-2015
02:38 PM
Hi, I am facing the following error message in oozie web console. JA009: Could not load history file hdfs://master:8020/tmp/hadoop-yarn/staging/history/done_intermediate/ec2-user/job_1434658996987_0007-1434663030254-ec2%2Duser-oozie%3Alauncher%3AT%3Dpig%3AW%3DWorkflowWithPigAction%3AA%3Dpig-1434663037857-1-0-SUCCEEDED-root.ec2%2Duser-1434663034867.jhist at org.apache.hadoop.mapreduce.v2.hs.CompletedJob.loadFullHistoryData(CompletedJob.java:340) at org.apache.hadoop.mapreduce.v2.hs.CompletedJob.<init>(CompletedJob.java:101) at org.apache.hadoop.mapreduce.v2. I am using simple pig script in oozie. What ever job I run getting the same error. Can you please help me. Thanks
... View more
Labels:
- Labels:
-
Apache Oozie