wangyum commented on a change in pull request #23788: [SPARK-23710][SQL] Only
upgrade hadoop-3.1's built-in Hive to 2.3.4
URL: https://github.com/apache/spark/pull/23788#discussion_r258384742
##########
File path: pom.xml
##########
@@ -2697,7 +2830,69 @@
<hadoop.version>3.1.0</hadoop.version>
<curator.version>2.12.0</curator.version>
<zookeeper.version>3.4.9</zookeeper.version>
+ <hive.group>org.apache.hive</hive.group>
+ <hive.classifier>core</hive.classifier>
+ <hive.version>2.3.4</hive.version>
+ <hive.version.short>${hive.version}</hive.version.short>
+ <hive.parquet.version>${parquet.version}</hive.parquet.version>
+ <orc.classifier></orc.classifier>
+ <calcite-avatica.artifactId>calcite-druid</calcite-avatica.artifactId>
+ <calcite.version>1.10.0</calcite.version>
+ <hive.parquet.group>org.apache.parquet</hive.parquet.group>
Review comment:
Change `com.twitter:parquet-hadoop-bundle` to
`org.apache.parquet:parquet-hadoop-bundle` from Hive 1.3.0:
https://github.com/apache/hive/commit/11020ae562aba4c4097556f2e06c6783d211c041#diff-a48f566bb7d16f7bb4eae4fabac11468L84
https://issues.apache.org/jira/browse/HIVE-11096
----------------------------------------------------------------
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]