This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit c79d1f3da901b89940ce05140d8e10ed5ce144ca Author: jialiang <[email protected]> AuthorDate: Sat Jul 29 00:01:27 2023 +0800 BIGTOP-3966: Make hive 3.1.3 compatible with hadoop 3.3.5 (#1145) Co-authored-by: jialiang <[email protected]> (cherry picked from commit b52211e4e830d6aeb3b4a637b0222f7176c6ba21) --- .../common/hive/patch15-HIVE-27535-support-hadoop3.3.5.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bigtop-packages/src/common/hive/patch15-HIVE-27535-support-hadoop3.3.5.diff b/bigtop-packages/src/common/hive/patch15-HIVE-27535-support-hadoop3.3.5.diff new file mode 100644 index 000000000..5176a0012 --- /dev/null +++ b/bigtop-packages/src/common/hive/patch15-HIVE-27535-support-hadoop3.3.5.diff @@ -0,0 +1,13 @@ +diff --git a/pom.xml b/pom.xml +index cb54806ef5..475b379d1c 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -169,7 +169,7 @@ + <jdo-api.version>3.0.1</jdo-api.version> + <jettison.version>1.1</jettison.version> + <jetty.version>9.3.20.v20170531</jetty.version> +- <jersey.version>1.19</jersey.version> ++ <jersey.version>1.19.4</jersey.version> + <!-- Glassfish jersey is included for Spark client test only --> + <glassfish.jersey.version>2.22.2</glassfish.jersey.version> + <jline.version>2.12</jline.version>
