From a50170b888f414aa9f41ff3ec597ff639ddc9b1f Mon Sep 17 00:00:00 2001 From: Yuming Wang Date: Mon, 14 Aug 2023 13:42:07 +0800 Subject: [PATCH] [SPARK-44792][BUILD] Upgrade curator to 5.2.0 ### What changes were proposed in this pull request? This PR upgrades curator to 5.2.0 to make it consistent with Hadoop 3.3.6. Please see: https://issues.apache.org/jira/browse/HADOOP-18515 ### Why are the changes needed? To fix potential compatibility issue. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing test. Closes #42474 from wangyum/SPARK-44792. Authored-by: Yuming Wang Signed-off-by: Yuming Wang --- dev/deps/spark-deps-hadoop-3-hive-2.3 | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index 3e8131b273456..d0b30a694520c 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -51,9 +51,9 @@ commons-math3/3.6.1//commons-math3-3.6.1.jar commons-pool/1.5.4//commons-pool-1.5.4.jar commons-text/1.10.0//commons-text-1.10.0.jar compress-lzf/1.1.2//compress-lzf-1.1.2.jar -curator-client/2.13.0//curator-client-2.13.0.jar -curator-framework/2.13.0//curator-framework-2.13.0.jar -curator-recipes/2.13.0//curator-recipes-2.13.0.jar +curator-client/5.2.0//curator-client-5.2.0.jar +curator-framework/5.2.0//curator-framework-5.2.0.jar +curator-recipes/5.2.0//curator-recipes-5.2.0.jar datanucleus-api-jdo/4.2.4//datanucleus-api-jdo-4.2.4.jar datanucleus-core/4.1.17//datanucleus-core-4.1.17.jar datanucleus-rdbms/4.1.19//datanucleus-rdbms-4.1.19.jar diff --git a/pom.xml b/pom.xml index f25fb6b5f62d8..524913f49eb50 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ 3.11.4 ${hadoop.version} 3.6.3 - 2.13.0 + 5.2.0 org.apache.hive core