You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/09 15:19:51 UTC

[GitHub] [spark] srowen commented on a change in pull request #25063: [SPARK-28267][DOC] Update building-spark.md(support build with hadoop-3.2)

srowen commented on a change in pull request #25063: [SPARK-28267][DOC] Update building-spark.md(support build with hadoop-3.2)
URL: https://github.com/apache/spark/pull/25063#discussion_r301646574
 
 

 ##########
 File path: docs/building-spark.md
 ##########
 @@ -79,15 +79,20 @@ Example:
 
     ./build/mvn -Pyarn -Dhadoop.version=2.8.5 -DskipTests clean package
 
+    ./build/mvn -Pyarn -Phadoop-3.2 -Dhadoop.version=3.1.2 -DskipTests clean package
+
 ## Building With Hive and JDBC Support
 
 To enable Hive integration for Spark SQL along with its JDBC server and CLI,
 add the `-Phive` and `Phive-thriftserver` profiles to your existing build options.
-By default Spark will build with Hive 1.2.1 bindings.
+By default, Spark will build hadoop-2.7 with Hive 1.2.1, and can build hadoop-3.2 with Hive 2.3.5 optionally.
 
 Review comment:
   Something like "Spark will use Hive 1.2.1 with the `hadoop-2.7` profile, and Hive 2.3.5 with the `hadoop-3.2` profile.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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