Re: Unable to find org.apache.spark.sql.catalyst.ScalaReflection class

2015-03-17 Thread Eric Charles
> > Jianshi > > > On Fri, Mar 13, 2015 at 4:35 PM, Jianshi Huang > mailto:jianshi.hu...@gmail.com>> wrote: > > I guess it's a ClassLoader issue. But I have no idea how to > debug it. Any hints? > > Jianshi > >

Re: Unable to find org.apache.spark.sql.catalyst.ScalaReflection class

2015-03-13 Thread Eric Charles
i have the same issue running spark sql code from eclipse workspace. If you run your code from the command line (with a packaged jar) or from Intellij, I bet it should work. IMHO This is some how related to eclipse env, but would love to know how to fix it (whether via eclipse conf, or via a patch