[ https://issues.apache.org/jira/browse/SPARK-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14284052#comment-14284052
]
Matthew Cornell commented on SPARK-4442:
----------------------------------------
[~srowen] I might have misunderstood. I tried this:
$ cd <dir>/spark-1.2.0/core/
$ mvn jar:test-jar
But it says it created an empty jar (see output below). Any ideas re: what I'm doing wrong?
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spark Project Core 1.2.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default-cli) @ spark-core_2.10 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.585 s
[INFO] Finished at: 2015-01-20T12:13:57-05:00
[INFO] Final Memory: 10M/81M
[INFO] ------------------------------------------------------------------------
> 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
|