Stephen Boesch created SPARK-2712:
-------------------------------------
Summary: 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: 1.0.0, 0.9.1, 1.1.1
Environment: all
Reporter: Stephen Boesch
Priority: Trivial
Fix For: 1.1.0
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)