aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs/pom.xml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-25 13:43:26 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-25 13:43:26 -0800
commit1cbd53c01c5d4c35c1650b170346b48d32a4bcf7 (patch)
tree6ad96967204e84355a81f59f78bdc1e9a6199111 /other/java/hdfs/pom.xml
parentd9871e92d2a7afe21804e62f211b468a72a216f4 (diff)
downloadseaweedfs-1cbd53c01c5d4c35c1650b170346b48d32a4bcf7.tar.xz
seaweedfs-1cbd53c01c5d4c35c1650b170346b48d32a4bcf7.zip
WIP SeaweedFileSystem added mkdirs, getFileStatus, listStatus, delete
Diffstat (limited to 'other/java/hdfs/pom.xml')
-rw-r--r--other/java/hdfs/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/other/java/hdfs/pom.xml b/other/java/hdfs/pom.xml
index 0892c85e8..1fb554a19 100644
--- a/other/java/hdfs/pom.xml
+++ b/other/java/hdfs/pom.xml
@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>seaweed.hadoop</groupId>
- <artifactId>seaweedfs</artifactId>
+ <groupId>seaweedfs</groupId>
+ <artifactId>hadoop-client</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
@@ -18,6 +18,11 @@
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>
</dependency>
+ <dependency>
+ <groupId>seaweedfs</groupId>
+ <artifactId>client</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>