HyukjinKwon 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_r301383688
 
 

 ##########
 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 hadoop-3.2 with 
Hive 2.3.5.
 
 Review comment:
   I think we can just say, `By default, Spark will build hadoop-2.7 with Hive 
1.2.1, and can build with hadoop-3.2 and Hive 2.3.5 optionally.`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to