This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch 2.1.4-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/2.1.4-prepare by this push:
new d49c4b1b4 [Bug][Connector-V1][Hbase] Exception caused by compatibility
with hadoop3.x (#3427)
d49c4b1b4 is described below
commit d49c4b1b4e51a148550ed5b2057474837dbdf5bd
Author: Kirs <[email protected]>
AuthorDate: Mon Nov 14 15:21:30 2022 +0800
[Bug][Connector-V1][Hbase] Exception caused by compatibility with hadoop3.x
(#3427)
Co-authored-by: zhouyao <[email protected]>
Co-authored-by: Carl-Zhou-CN
<[email protected]>
Co-authored-by: zhouyao <[email protected]>
---
.../seatunnel-connector-spark-hbase/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml
b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml
index d91267039..1a889dab2 100644
---
a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml
+++
b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml
@@ -63,6 +63,10 @@
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>