Github user bersprockets commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21628#discussion_r197667457
  
    --- Diff: docs/building-spark.md ---
    @@ -215,19 +215,23 @@ If you are building Spark for use in a Python 
environment and you wish to pip in
     
     Alternatively, you can also run make-distribution with the --pip option.
     
    -## PySpark Tests with Maven
    +## PySpark Tests with Maven or SBT
     
     If you are building PySpark and wish to run the PySpark tests you will 
need to build Spark with Hive support.
     
         ./build/mvn -DskipTests clean package -Phive
         ./python/run-tests
     
    +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
    --- End diff --
    
    I noticed that the pyspark tests were recently changed so that -Phive is no 
longer strictly necessary to run pyspark tests, but I decided not to address 
that in this update.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to