diff --git a/docs/building-spark.md b/docs/building-spark.md
index 4e775095a376e..cd496536de6c7 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -87,9 +87,9 @@ If you want to build with Hadoop 2.x, enable `hadoop-2` profile:
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 build with Hive 2.3.9.
+By default Spark will build with Hive 2.3.10.
- # With Hive 2.3.9 support
+ # With Hive 2.3.10 support
./build/mvn -Pyarn -Phive -Phive-thriftserver -DskipTests clean package
## Packaging without Hadoop Dependencies for YARN
diff --git a/docs/sql-data-sources-hive-tables.md b/docs/sql-data-sources-hive-tables.md
index 6f480d0808d77..c2e2851e1537c 100644
--- a/docs/sql-data-sources-hive-tables.md
+++ b/docs/sql-data-sources-hive-tables.md
@@ -127,10 +127,10 @@ The following options can be used to configure the version of Hive that is used
Property Name | Default | Meaning | Since Version |
spark.sql.hive.metastore.version |
- 2.3.9 |
+ 2.3.10 |
Version of the Hive metastore. Available
- options are 0.12.0 through 2.3.9 and 3.0.0 through 3.1.2 .
+ options are 0.12.0 through 2.3.10 and 3.0.0 through 3.1.2 .
|
1.4.0 |
@@ -142,9 +142,9 @@ The following options can be used to configure the version of Hive that is used
property can be one of four options:
builtin
- Use Hive 2.3.9, which is bundled with the Spark assembly when -Phive
is
+ Use Hive 2.3.10, which is bundled with the Spark assembly when -Phive
is
enabled. When this option is chosen, spark.sql.hive.metastore.version
must be
- either 2.3.9
or not defined.
+ either 2.3.10
or not defined.
maven
Use Hive jars of specified version downloaded from Maven repositories. This configuration
is not generally recommended for production deployments.
diff --git a/docs/sql-migration-guide.md b/docs/sql-migration-guide.md
index 7601355f6d51d..1afac7eb32a49 100644
--- a/docs/sql-migration-guide.md
+++ b/docs/sql-migration-guide.md
@@ -987,7 +987,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.2. Also see [Interacting with Different Versions of Hive Metastore](sql-data-sources-hive-tables.html#interacting-with-different-versions-of-hive-metastore)).
+(from 0.12.0 to 2.3.10 and 3.0.0 to 3.1.2. Also see [Interacting with Different Versions of Hive Metastore](sql-data-sources-hive-tables.html#interacting-with-different-versions-of-hive-metastore)).
#### Deploying in Existing Hive Warehouses
{:.no_toc}
diff --git a/pom.xml b/pom.xml
index d784c6eab9a44..573c404ff2440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,8 +125,8 @@
org.apache.hive
core
- 2.3.9
- 2.3.9
+ 2.3.10
+ 2.3.10
2.3
@@ -204,9 +204,9 @@
1.60
1.6.1
9.0.68
- 9.0.82
+ 9.0.90
4.1.89.Final
- 4.1.94.Final
+ 4.1.99.Final
4.2.1