not found: type LocalSparkContext

2015-01-20 Thread James
Hi all, When I was trying to write a test on my spark application I met ``` Error:(14, 43) not found: type LocalSparkContext class HyperANFSuite extends FunSuite with LocalSparkContext { ``` At the source code of spark-core I could not found LocalSparkContext, thus I wonder how to write a test

Re: not found: type LocalSparkContext

2015-01-20 Thread Will Benton
them in your application (viz., outside of Spark). best, wb - Original Message - From: James alcaid1...@gmail.com To: dev@spark.apache.org Sent: Tuesday, January 20, 2015 6:35:07 AM Subject: not found: type LocalSparkContext Hi all, When I was trying to write a test on my

Re: not found: type LocalSparkContext

2015-01-20 Thread James
: Tuesday, January 20, 2015 6:35:07 AM Subject: not found: type LocalSparkContext Hi all, When I was trying to write a test on my spark application I met ``` Error:(14, 43) not found: type LocalSparkContext class HyperANFSuite extends FunSuite with LocalSparkContext

Re: not found: type LocalSparkContext

2015-01-20 Thread Reynold Xin
@spark.apache.org Sent: Tuesday, January 20, 2015 6:35:07 AM Subject: not found: type LocalSparkContext Hi all, When I was trying to write a test on my spark application I met ``` Error:(14, 43) not found: type LocalSparkContext class HyperANFSuite extends FunSuite