Skip to content

Commit

Permalink
Build all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bersprockets committed Jun 25, 2018
1 parent 9fcd05d commit be281e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ If you are building PySpark and wish to run the PySpark tests you will need to b
If you are building PySpark with SBT and wish to run the PySpark tests, you will need to build Spark with Hive support and also build the test components:

./build/sbt -Phive clean package
./build/sbt sql/test:compile
./build/sbt test:compile
./python/run-tests

The run-tests script also can be limited to a specific Python version or a specific module
Expand Down

0 comments on commit be281e9

Please sign in to comment.