-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-47018][BUILD][SQL] Bump built-in Hive to 2.3.10 #46468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,6 @@ commons-compress/1.26.1//commons-compress-1.26.1.jar | |
| commons-crypto/1.1.0//commons-crypto-1.1.0.jar | ||
| commons-dbcp/1.4//commons-dbcp-1.4.jar | ||
| commons-io/2.16.1//commons-io-2.16.1.jar | ||
| commons-lang/2.6//commons-lang-2.6.jar | ||
| commons-lang3/3.14.0//commons-lang3-3.14.0.jar | ||
| commons-math3/3.6.1//commons-math3-3.6.1.jar | ||
| commons-pool/1.5.4//commons-pool-1.5.4.jar | ||
|
|
@@ -81,19 +80,19 @@ hadoop-cloud-storage/3.4.0//hadoop-cloud-storage-3.4.0.jar | |
| hadoop-huaweicloud/3.4.0//hadoop-huaweicloud-3.4.0.jar | ||
| hadoop-shaded-guava/1.2.0//hadoop-shaded-guava-1.2.0.jar | ||
| hadoop-yarn-server-web-proxy/3.4.0//hadoop-yarn-server-web-proxy-3.4.0.jar | ||
| hive-beeline/2.3.9//hive-beeline-2.3.9.jar | ||
| hive-cli/2.3.9//hive-cli-2.3.9.jar | ||
| hive-common/2.3.9//hive-common-2.3.9.jar | ||
| hive-exec/2.3.9/core/hive-exec-2.3.9-core.jar | ||
| hive-jdbc/2.3.9//hive-jdbc-2.3.9.jar | ||
| hive-llap-common/2.3.9//hive-llap-common-2.3.9.jar | ||
| hive-metastore/2.3.9//hive-metastore-2.3.9.jar | ||
| hive-serde/2.3.9//hive-serde-2.3.9.jar | ||
| hive-beeline/2.3.10//hive-beeline-2.3.10.jar | ||
| hive-cli/2.3.10//hive-cli-2.3.10.jar | ||
| hive-common/2.3.10//hive-common-2.3.10.jar | ||
| hive-exec/2.3.10/core/hive-exec-2.3.10-core.jar | ||
| hive-jdbc/2.3.10//hive-jdbc-2.3.10.jar | ||
| hive-llap-common/2.3.10//hive-llap-common-2.3.10.jar | ||
| hive-metastore/2.3.10//hive-metastore-2.3.10.jar | ||
| hive-serde/2.3.10//hive-serde-2.3.10.jar | ||
| hive-service-rpc/4.0.0//hive-service-rpc-4.0.0.jar | ||
| hive-shims-0.23/2.3.9//hive-shims-0.23-2.3.9.jar | ||
| hive-shims-common/2.3.9//hive-shims-common-2.3.9.jar | ||
| hive-shims-scheduler/2.3.9//hive-shims-scheduler-2.3.9.jar | ||
| hive-shims/2.3.9//hive-shims-2.3.9.jar | ||
| hive-shims-0.23/2.3.10//hive-shims-0.23-2.3.10.jar | ||
| hive-shims-common/2.3.10//hive-shims-common-2.3.10.jar | ||
| hive-shims-scheduler/2.3.10//hive-shims-scheduler-2.3.10.jar | ||
| hive-shims/2.3.10//hive-shims-2.3.10.jar | ||
| hive-storage-api/2.8.1//hive-storage-api-2.8.1.jar | ||
| hk2-api/3.0.3//hk2-api-3.0.3.jar | ||
| hk2-locator/3.0.3//hk2-locator-3.0.3.jar | ||
|
|
@@ -184,7 +183,7 @@ kubernetes-model-storageclass/6.12.1//kubernetes-model-storageclass-6.12.1.jar | |
| lapack/3.0.3//lapack-3.0.3.jar | ||
| leveldbjni-all/1.8//leveldbjni-all-1.8.jar | ||
| libfb303/0.9.3//libfb303-0.9.3.jar | ||
| libthrift/0.12.0//libthrift-0.12.0.jar | ||
| libthrift/0.16.0//libthrift-0.16.0.jar | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a great news. Finally. :)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is good. |
||
| log4j-1.2-api/2.22.1//log4j-1.2-api-2.22.1.jar | ||
| log4j-api/2.22.1//log4j-api-2.22.1.jar | ||
| log4j-core/2.22.1//log4j-core-2.22.1.jar | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1067,7 +1067,7 @@ Python UDF registration is unchanged. | |
| Spark SQL is designed to be compatible with the Hive Metastore, SerDes and UDFs. | ||
| Currently, Hive SerDes and UDFs are based on built-in Hive, | ||
| and Spark SQL can be connected to different versions of Hive Metastore | ||
| (from 0.12.0 to 2.3.9 and 3.0.0 to 3.1.3. Also see [Interacting with Different Versions of Hive Metastore](sql-data-sources-hive-tables.html#interacting-with-different-versions-of-hive-metastore)). | ||
| (from 2.0.0 to 2.3.10 and 3.0.0 to 3.1.3. Also see [Interacting with Different Versions of Hive Metastore](sql-data-sources-hive-tables.html#interacting-with-different-versions-of-hive-metastore)). | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for fixing
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo before?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, this is a leftover when we missed during dropping od Hive versions below 2.x. |
||
|
|
||
| #### Deploying in Existing Hive Warehouses | ||
| {:.no_toc} | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be too hasty or to have a bug.