jarOfClass method no found in SparkContext

2014-01-15 Thread arjun biswas
Hello All , I have installed spark on my machine and was succesful in running sbt/sbt package as well as sbt/sbt assembly . I am trying to run the examples in java from eclipse . To be precise i am trying to run the JavaLogQuery example from eclipse . The issue is i am unable to resolve this

Re: jarOfClass method no found in SparkContext

2014-01-15 Thread arjun biswas
of Spark somehow in your classpath? jarOfClass was added to Java in the master branch and Spark 0.9.0 (RC). So it seems a lot like you have a newer (post 0.8.X) version of the examples. - Patrick On Wed, Jan 15, 2014 at 5:04 PM, arjun biswas arjunbiswas@gmail.com wrote: Could