Can someone please help out with this error :
12/07/13 20:45:28 INFO util.HadoopUtil: resolving application jar from
found main method on: flipkart.null_search_evaluator
12/07/13 20:45:28 INFO planner.HadoopPlanner: using application jar:
/home/rishabh.dhall/log-processor-1.0.0-SNAPSHOT-standalone.jar
12/07/13 20:45:28 INFO property.AppProps: using app.id:
03CEDD12347B222235E96B150B8E765D
12/07/13 20:45:29 INFO util.Version: Concurrent, Inc - Cascading
2.0.0-wip-291 [hadoop-0.20.2+]
12/07/13 20:45:29 INFO flow.Flow: [] starting
12/07/13 20:45:29 INFO flow.Flow: [] source:
Hfs["TextLine[['line']->[ALL]]"]["/user/log/website/events/w3-web9-events.log.2012-07-05"]"]
12/07/13 20:45:29 INFO flow.Flow: [] sink:
Hfs["TextLine[['line']->[ALL]]"]["/user/rishabh/null-search-numbers2/"]"]
12/07/13 20:45:29 INFO flow.Flow: [] parallel execution is enabled: true
12/07/13 20:45:29 INFO flow.Flow: [] starting jobs: 1
12/07/13 20:45:29 INFO flow.Flow: [] allocating threads: 1
12/07/13 20:45:29 INFO flow.FlowStep: [] starting step: (1/1)
Hfs["TextLine[['line']->[ALL]]"]["/user/rishabh/null-search-numbers2/"]"]
12/07/13 20:45:29 INFO lzo.GPLNativeCodeLoader: Loaded native gpl library
12/07/13 20:45:29 INFO lzo.LzoCodec: Successfully loaded & initialized
native-lzo library [hadoop-lzo rev 6bb1b7f8b9044d8df9b4d2b6641db7658aab3cf8]
12/07/13 20:45:29 INFO mapred.FileInputFormat: Total input paths to process
: 1
12/07/13 20:45:29 INFO flow.FlowStep: [] submitted hadoop job:
job_201207131219_0016
12/07/13 20:46:03 WARN flow.FlowStep: [] task completion events identify
failed tasks
12/07/13 20:46:03 WARN flow.FlowStep: [] task completion events count: 10
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000006_0, Status : SUCCEEDED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000002_0, Status : FAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000004_0, Status : FAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000004_1, Status : FAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000002_1, Status : FAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000004_2, Status : FAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000002_2, Status : FAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000002_3, Status : TIPFAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000003_0, Status : TIPFAILED
12/07/13 20:46:03 WARN flow.FlowStep: [] event = Task Id :
attempt_201207131219_0016_m_000000_0, Status : TIPFAILED
12/07/13 20:46:03 INFO flow.Flow: [] stopping all jobs
12/07/13 20:46:03 INFO flow.FlowStep: [] stopping: (1/1)
Hfs["TextLine[['line']->[ALL]]"]["/user/rishabh/null-search-numbers2/"]"]
12/07/13 20:46:03 INFO flow.Flow: [] stopped all jobs
12/07/13 20:46:03 INFO util.Hadoop18TapUtil: deleting temp path
/user/rishabh/null-search-numbers2/_temporary
Exception in thread "main" cascading.flow.FlowException: step failed: (1/1)
Hfs["TextLine[['line']->[ALL]]"]["/user/rishabh/null-search-numbers2/"]"],
with job id: job_201207131219_0016, please see cluster logs for failure
messages
at cascading.flow.planner.FlowStepJob.blockOnJob(FlowStepJob.java:193)
at cascading.flow.planner.FlowStepJob.start(FlowStepJob.java:137)
at cascading.flow.planner.FlowStepJob.call(FlowStepJob.java:122)
at cascading.flow.planner.FlowStepJob.call(FlowStepJob.java:42)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)