feat(check): 增加hdfs/juicefs的访问校验

This commit is contained in:
2024-02-23 14:13:22 +08:00
parent 3ac4f80ab7
commit ecb1773238
14 changed files with 2499 additions and 12 deletions

11
pom.xml
View File

@@ -83,6 +83,12 @@
<build-tag>b2b12</build-tag>
</properties>
</profile>
<profile>
<id>b9b9</id>
<properties>
<build-tag>b9b9</build-tag>
</properties>
</profile>
</profiles>
<dependencyManagement>
@@ -157,6 +163,11 @@
<artifactId>pulsar-client-admin</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>3.1.2</version>
</dependency>
</dependencies>
</dependencyManagement>