Re: Job is Failing automatically

2015-08-24 Thread Akhil Das
You are hitting a NPE. Put a try catch around and see what's going on. On Aug 11, 2015 2:09 PM, "Nikhil Gs" wrote: > Hello Team, > > I am facing an error which I have pasted below. My job is failing when I > am copying my data files into flume spool directory. Most of the time the > job is gettin

Re: Job is Failing automatically

2015-08-11 Thread Jeff Zhang
> 15/08/11 12:59:34 WARN scheduler.TaskSetManager: Lost task 0.0 in stage 3.0 (TID 71, sdldalplhdw02.suddenlink.cequel3.com): java.lang.NullPointerException at com.suddenlink.pnm.process.HBaseStoreHelper.flush(HBaseStoreHelper.java:313) It's your app error. NPE from HBaseStoreHelper