[
https://issues.apache.org/jira/browse/SPARK-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14075901#comment-14075901
]
Apache Spark commented on SPARK-2712:
-------------------------------------
User 'javadba' has created a pull request for this issue:
https://github.com/apache/spark/pull/1615
> Add a small note that mvn "package" must happen before "test"
> -------------------------------------------------------------
>
> Key: SPARK-2712
> URL: https://issues.apache.org/jira/browse/SPARK-2712
> Project: Spark
> Issue Type: Documentation
> Components: Documentation
> Affects Versions: 0.9.1, 1.0.0, 1.1.1
> Environment: all
> Reporter: Stephen Boesch
> Priority: Trivial
> Labels: documentation
> Fix For: 1.1.0
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> Add to the building-with-maven.md:
> Requirement: build packages before running tests
> Tests must be run AFTER the "package" target has already been executed. The
> following is an example of a correct (build, test) sequence:
> mvn -Pyarn -Phadoop-2.3 -DskipTests -Phive clean package
> mvn -Pyarn -Phadoop-2.3 -Phive test
> BTW Reynold Xin requested this tiny doc improvement.
--
This message was sent by Atlassian JIRA
(v6.2#6252)