Details
-
Documentation
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.9.1, 1.0.0, 1.1.1
-
all
Description
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.