> > I assume you're already importing LocalSparkContext, but since the test
> > classes aren't included in Spark packages, you'll also need to package
> them
> > up in order to use them in your application (viz., outside of Spark).
> >
> >
> >
> &
also need to package them
> up in order to use them in your application (viz., outside of Spark).
>
>
>
> best,
> wb
>
> - Original Message -
> > From: "James"
> > To: dev@spark.apache.org
> > Sent: Tuesday, January 20, 2015 6:35:07 AM
> > Su
up in order
to use them in your application (viz., outside of Spark).
best,
wb
- Original Message -
> From: "James"
> To: dev@spark.apache.org
> Sent: Tuesday, January 20, 2015 6:35:07 AM
> Subject: not found: type LocalSparkContext
>
> Hi all,
&g
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