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/04/07 14:43:52 UTC

[GitHub] [spark] wangyum opened a new pull request #24313: [SPARK-27402][SQL][TEST] Support HiveExternalCatalog backward compatibility test

wangyum opened a new pull request #24313: [SPARK-27402][SQL][TEST] Support HiveExternalCatalog backward compatibility test
URL: https://github.com/apache/spark/pull/24313
 
 
   ## What changes were proposed in this pull request?
   
   When we upgrade the built-in Hive to 2.3.4, the default `spark.sql.hive.metastore.version` should be 2.3.4. This will not be compatible with [spark-2.3.3-bin-hadoop2.7.tgz](https://www.apache.org/dyn/closer.lua/spark/spark-2.3.3/spark-2.3.3-bin-hadoop2.7.tgz) and [spark-2.4.1-bin-hadoop2.7.tgz](https://www.apache.org/dyn/closer.lua/spark/spark-2.4.1/spark-2.4.1-bin-hadoop2.7.tgz). This PR specifies the `spark.sql.hive.metastore.version` to 1.2.1 to work around this issue.
   
   
   ## How was this patch tested?
   
   manual tests:
   Upgrade built-in Hive to 2.3.4 and run:
   ```
   build/sbt "hive/testOnly *.HiveExternalCatalogVersionsSuite" -Phadoop-3.2
   ```
   

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