dongjoon-hyun commented on a change in pull request #26919: [SPARK-30280][DOC] 
Update docs for make Hive 2.3 dependency by default
URL: https://github.com/apache/spark/pull/26919#discussion_r358606356
 
 

 ##########
 File path: docs/building-spark.md
 ##########
 @@ -83,13 +83,10 @@ Example:
 
 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 use Hive 1.2.1 with the `hadoop-2.7` profile, and Hive 
2.3.6 with the `hadoop-3.2` profile.
-
-    # With Hive 1.2.1 support
-    ./build/mvn -Pyarn -Phive -Phive-thriftserver -DskipTests clean package
+By default Spark will build with Hive 2.3.6.
 
     # With Hive 2.3.6 support
-    ./build/mvn -Pyarn -Phive -Phive-thriftserver -Phadoop-3.2 -DskipTests 
clean package
+    ./build/mvn -Pyarn -Phive -Phive-thriftserver -DskipTests clean package
 
 Review comment:
   Shall we add the Hive 1.2.1 example back after this for users?
   ```
   # With Hive 1.2.1 support
   ./build/mvn -Pyarn -Phive -Phive-thriftserver -Phive-1.2 -DskipTests clean 
package
   ```

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