[ 
https://issues.apache.org/jira/browse/SPARK-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14284013#comment-14284013
 ] 

Sean Owen commented on SPARK-4442:
----------------------------------

[~matthewcornell] Oops, I missed again. The test JARs aren't configured to be 
generated by the build as-is. But you can simply do this in {{core/}}:

{code}
> mvn jar:test-jar
...
> jar tf target/spark-core_2.10-1.3.0-SNAPSHOT-tests.jar | grep 
> LocalSparkContext
org/apache/spark/LocalSparkContext$.class
org/apache/spark/LocalSparkContext$class.class
org/apache/spark/LocalSparkContext.class
{code}

> Move common unit test utilities into their own package / module
> ---------------------------------------------------------------
>
>                 Key: SPARK-4442
>                 URL: https://issues.apache.org/jira/browse/SPARK-4442
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Josh Rosen
>            Priority: Minor
>
> We should move generally-useful unit test fixtures / utility methods to their 
> own test utilities set package / module to make them easier to find / use.
> See https://github.com/apache/spark/pull/3121#discussion-diff-20413659 for 
> one example of this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to