This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 977b94cd9 BIGTOP-3926. Fix build failure of Hive against Hadoop 3.3.5.
(#1103)
977b94cd9 is described below
commit 977b94cd95f56d37ea5ee0dcf5a6541ccf2befaa
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed Apr 26 16:55:35 2023 +0900
BIGTOP-3926. Fix build failure of Hive against Hadoop 3.3.5. (#1103)
---
.../src/common/hive/patch14-HIVE-26684-branch-3.1.diff | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/bigtop-packages/src/common/hive/patch14-HIVE-26684-branch-3.1.diff
b/bigtop-packages/src/common/hive/patch14-HIVE-26684-branch-3.1.diff
new file mode 100644
index 000000000..2e056002d
--- /dev/null
+++ b/bigtop-packages/src/common/hive/patch14-HIVE-26684-branch-3.1.diff
@@ -0,0 +1,13 @@
+diff --git a/pom.xml b/pom.xml
+index 0036027039..6a53cca952 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -105,7 +105,7 @@
+ <maven.install.plugin.version>2.4</maven.install.plugin.version>
+ <maven.jar.plugin.version>2.4</maven.jar.plugin.version>
+ <maven.javadoc.plugin.version>2.4</maven.javadoc.plugin.version>
+- <maven.shade.plugin.version>3.1.0</maven.shade.plugin.version>
++ <maven.shade.plugin.version>3.4.1</maven.shade.plugin.version>
+ <maven.surefire.plugin.version>2.21.0</maven.surefire.plugin.version>
+ <maven.war.plugin.version>2.4</maven.war.plugin.version>
+ <maven.dependency.plugin.version>2.8</maven.dependency.plugin.version>