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

iwasakims 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 5f2d2bd90 BIGTOP-3927. Fix build failure of HBase against Hadoop 
3.3.5. (#1113)
5f2d2bd90 is described below

commit 5f2d2bd90c3f8cbca09e6733a5f73f00d8b54cab
Author: Shuhei Yamasaki <[email protected]>
AuthorDate: Mon May 22 10:48:21 2023 +0900

    BIGTOP-3927. Fix build failure of HBase against Hadoop 3.3.5. (#1113)
---
 .../common/hbase/patch2-HBASE-27860-2.4.13.diff    | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/bigtop-packages/src/common/hbase/patch2-HBASE-27860-2.4.13.diff 
b/bigtop-packages/src/common/hbase/patch2-HBASE-27860-2.4.13.diff
new file mode 100644
index 000000000..dbbb64aab
--- /dev/null
+++ b/bigtop-packages/src/common/hbase/patch2-HBASE-27860-2.4.13.diff
@@ -0,0 +1,23 @@
+diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
+index d71b011..6477a16 100644
+--- a/hbase-shaded/pom.xml
++++ b/hbase-shaded/pom.xml
+@@ -130,6 +130,18 @@
+                 <relocations>
+                   <!-- top level com not including sun-->
+                   <relocation>
++                    <pattern>com.sun.istack</pattern>
++                    
<shadedPattern>${shaded.prefix}.com.sun.istack</shadedPattern>
++                  </relocation>
++                  <relocation>
++                    <pattern>com.sun.jersey</pattern>
++                    
<shadedPattern>${shaded.prefix}.com.sun.jersey</shadedPattern>
++                  </relocation>
++                  <relocation>
++                    <pattern>com.sun.xml</pattern>
++                    
<shadedPattern>${shaded.prefix}.com.sun.xml</shadedPattern>
++                  </relocation>
++                  <relocation>
+                     <pattern>com.cedarsoftware</pattern>
+                     
<shadedPattern>${shaded.prefix}.com.cedarsoftware</shadedPattern>
+                   </relocation>

Reply via email to