[ https://issues.apache.org/jira/browse/SPARK-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283993#comment-14283993
]
Matthew Cornell commented on SPARK-4442:
----------------------------------------
[~srowen] Thanks for the tip. I tried compiled 1.2.0 using this command:
$ mvn package -DskipTests
But I could not find 'LocalSparkContext' in any jar:
$ find . -iname '*.jar' | xargs grep -i 'LocalSparkContext'
I'm recompiling without -DskipTests (it's taking a while) - would that cause anything to be
added? Once the build is done I'll past the output. Until then - am I missing something that
would cause the tests to be excluded?
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|