BIGTOP-3927. Fix build failure of HBase against Hadoop 3.3.5. (#1113)

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 0000000..dbbb64a
--- /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>