From ecb3f95402ae9480f520d8972f6570f9ab17d083 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Mar 2020 01:15:45 -0700 Subject: [PATCH] Updated Hadoop Compatible File System (markdown) --- Hadoop-Compatible-File-System.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/Hadoop-Compatible-File-System.md b/Hadoop-Compatible-File-System.md index 553422e..e3121f4 100644 --- a/Hadoop-Compatible-File-System.md +++ b/Hadoop-Compatible-File-System.md @@ -18,12 +18,28 @@ $ mvn package $ ls -al target/seaweedfs-hadoop3-client-*.jar ``` -Or you can download the latest version from MavenCentral -* https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-hadoop2-client -* http://central.maven.org/maven2/com/github/chrislusf/seaweedfs-hadoop2-client/ +Maven +``` + + com.github.chrislusf + seaweedfs-hadoop3-client + 1.2.5 + -* https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-hadoop3-client -* http://central.maven.org/maven2/com/github/chrislusf/seaweedfs-hadoop3-client/ +or + + + com.github.chrislusf + seaweedfs-hadoop2-client + 1.2.5 + + +``` + +Or you can download the latest version from MavenCentral +* https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop2-client/1.2.5/seaweedfs-hadoop2-client-1.2.5.jar + +* https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop3-client/1.2.5/seaweedfs-hadoop3-client-1.2.5.jar # Test SeaweedFS on Hadoop