SeaweedFileSystem add SeaweedOutputStream to write

This commit is contained in:
Chris Lu
2018-11-25 23:49:05 -08:00
parent f970abf14a
commit 11eb014311
5 changed files with 152 additions and 23 deletions

View File

@@ -40,6 +40,11 @@
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.2</version>
</dependency>
</dependencies>
</project>