From 5fee8fbdbec3796a4776fb8c38ca5be8729c2747 Mon Sep 17 00:00:00 2001 From: maobaolong <307499405@qq.com> Date: Fri, 27 Oct 2023 17:56:24 +0800 Subject: [PATCH] Fix cosn ufs cannot find class Fix bug involved by https://github.com/Alluxio/alluxio/pull/17024 After https://github.com/Alluxio/alluxio/pull/18143, `HdfsUnderFileSystemFactory` is no longer included in COSN jar therefore no need to exclude. pr-link: Alluxio/alluxio#18303 change-id: cid-6931be7291f52728022e4555d1c7183857948b9f --- underfs/cosn/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/underfs/cosn/pom.xml b/underfs/cosn/pom.xml index fb9927f24074..bf869c15785d 100644 --- a/underfs/cosn/pom.xml +++ b/underfs/cosn/pom.xml @@ -86,8 +86,6 @@ META-INF/*.SF META-INF/*.DSA META-INF/*.RSA - - alluxio/underfs/hdfs/HdfsUnderFileSystemFactory.*