Skip to content

Commit

Permalink
Fix cosn ufs cannot find class
Browse files Browse the repository at this point in the history
Fix bug involved by #17024

After #18143, `HdfsUnderFileSystemFactory` is no longer included in COSN jar therefore no need to exclude.
			pr-link: #18303
			change-id: cid-6931be7291f52728022e4555d1c7183857948b9f
  • Loading branch information
maobaolong authored Oct 27, 2023
1 parent 057804e commit 5fee8fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions underfs/cosn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<!-- Because this module depends on alluxio-underfs-hdfs, eliminate HDFS factory implementation -->
<exclude>alluxio/underfs/hdfs/HdfsUnderFileSystemFactory.*</exclude>
</excludes>
</filter>
<filter>
Expand Down

0 comments on commit 5fee8fb

Please sign in to comment.