Unable to import SharedSparkContext

2015-11-18 Thread njoshi
in advance, Nikhil -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Unable-to-import-SharedSparkContext-tp25419.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Unable to import SharedSparkContext

2015-11-18 Thread Sourigna Phetsarath
Nikhil, Please take a look at: https://github.com/holdenk/spark-testing-base On Wed, Nov 18, 2015 at 2:12 PM, Marcelo Vanzin wrote: > On Wed, Nov 18, 2015 at 11:08 AM, njoshi wrote: > > Doesn't *SharedSparkContext* come with spark-core? Do I need

Re: Unable to import SharedSparkContext

2015-11-18 Thread Sourigna Phetsarath
Plus this article: http://blog.cloudera.com/blog/2015/09/making-apache-spark-testing-easy-with-spark-testing-base/ On Wed, Nov 18, 2015 at 2:25 PM, Sourigna Phetsarath < gna.phetsar...@teamaol.com> wrote: > Nikhil, > > Please take a look at: https://github.com/holdenk/spark-testing-base > > On

Re: Unable to import SharedSparkContext

2015-11-18 Thread Nikhil Joshi
Thanks Marcelo and Sourigna. I see the spark-testing-base being part of Spark, but has been included under test package of Spark-core. That caused the trouble :(. On Wed, Nov 18, 2015 at 11:26 AM, Sourigna Phetsarath < gna.phetsar...@teamaol.com> wrote: > Plus this article: >