Re: Null Pointer Exception in Spark Application with Yarn Client Mode

2014-04-07 Thread Sai Prasanna
Thanks Rahul, let me try that. On Apr 7, 2014 7:33 PM, "Rahul Singhal" wrote: > Hi Sai, > > I recently also ran into this problem on 0.9.1. The problem is that > spark tries to read yarn's class path but when it finds it be empty does > not fallback to it's default value. To resolve this, eith

Re: Null Pointer Exception in Spark Application with Yarn Client Mode

2014-04-07 Thread Rahul Singhal
Hi Sai, I recently also ran into this problem on 0.9.1. The problem is that spark tries to read yarn's class path but when it finds it be empty does not fallback to it's default value. To resolve this, either set yarn.application.classpath in yarn-site.xml to its default value or put in a bug f