[
https://issues.apache.org/jira/browse/SPARK-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14080590#comment-14080590
]
Stephen Boesch commented on SPARK-2712:
---------------------------------------
[~pwendell] The motive for the small note comprising this doc request is that
the existing docs do not seem to mention the explicit prerequisite of running
the compile and package steps before test. The link you pointed to does not
include that info. But it's just a small doc addition. It is up to you and the
committers whether to go ahead with it.
> 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
> Assignee: 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)