From 7a7589072f530da099f1cab10745ff5d9e5aab78 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 17 Jul 2020 16:11:27 -0700 Subject: [PATCH] 1.3.9 --- Hadoop-Benchmark.md | 2 +- Hadoop-Compatible-File-System.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Hadoop-Benchmark.md b/Hadoop-Benchmark.md index 4015a89..ee4fad6 100644 --- a/Hadoop-Benchmark.md +++ b/Hadoop-Benchmark.md @@ -26,7 +26,7 @@ Then get the seaweedfs hadoop client jar. ``` cd share/hadoop/common/lib/ -wget https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop2-client/1.3.8/seaweedfs-hadoop2-client-1.3.8.jar +wget https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop2-client/1.3.9/seaweedfs-hadoop2-client-1.3.9.jar ``` # TestDFSIO Benchmark diff --git a/Hadoop-Compatible-File-System.md b/Hadoop-Compatible-File-System.md index f256395..3cca5e3 100644 --- a/Hadoop-Compatible-File-System.md +++ b/Hadoop-Compatible-File-System.md @@ -23,7 +23,7 @@ Maven com.github.chrislusf seaweedfs-hadoop3-client - 1.3.8 + 1.3.9 or @@ -31,16 +31,16 @@ or com.github.chrislusf seaweedfs-hadoop2-client - 1.3.8 + 1.3.9 ``` Or you can download the latest version from MavenCentral * https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-hadoop2-client - * [seaweedfs-hadoop2-client-1.3.8.jar](https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop2-client/1.3.8/seaweedfs-hadoop2-client-1.3.8.jar) + * [seaweedfs-hadoop2-client-1.3.9.jar](https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop2-client/1.3.9/seaweedfs-hadoop2-client-1.3.9.jar) * https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-hadoop3-client - * [seaweedfs-hadoop3-client-1.3.8.jar](https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop3-client/1.3.8/seaweedfs-hadoop3-client-1.3.8.jar) + * [seaweedfs-hadoop3-client-1.3.9.jar](https://oss.sonatype.org/service/local/repositories/releases/content/com/github/chrislusf/seaweedfs-hadoop3-client/1.3.9/seaweedfs-hadoop3-client-1.3.9.jar) # Test SeaweedFS on Hadoop