This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 55c83479d BIGTOP-3926. Fix build failure of Hive against Hadoop 3.3.5. 
(#1103)
55c83479d is described below

commit 55c83479dc434df77f4763985f0f060bd8be1883
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)
    
    (cherry picked from commit 977b94cd95f56d37ea5ee0dcf5a6541ccf2befaa)
---
 .../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>

Reply via email to