dongjoon-hyun opened a new pull request #29856:
URL: https://github.com/apache/spark/pull/29856


   ### What changes were proposed in this pull request?
   
   Apache Spark 3.0 switches its Hive execution version from 1.2 to 2.3, but it 
still provides the unofficial forked Hive 1.2 version from our distribution 
like the following. This PR aims to remove it from Apache Spark 3.1.0 
officially while keeping `hive-1.2` profile.
   ```
   spark-3.0.1-bin-hadoop2.7-hive1.2.tgz
   spark-3.0.1-bin-hadoop2.7-hive1.2.tgz.asc
   spark-3.0.1-bin-hadoop2.7-hive1.2.tgz.sha512 
   ```
   
   ### Why are the changes needed?
   
   The unofficial Hive 1.2.1 fork has many bugs and is not maintained for a 
long time. We had better not recommend this in the official Apache Spark 
distribution.
   
   ### Does this PR introduce _any_ user-facing change?
   
   There is no user-facing change in the default distribution (Hadoop 3.2/Hive 
2.3).
   
   ### How was this patch tested?
   
   Manually because this is a change in release script .


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to