From 05878784a73790777d6af155eefa83c6a3913767 Mon Sep 17 00:00:00 2001 From: Carlo Medas Date: Wed, 26 Jun 2019 20:19:28 +0200 Subject: [PATCH] Update Readme.md Compatibility with newer Hadoop (2.7.x) and Spark (2.4.3) --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 6dc495c..f0cb088 100644 --- a/Readme.md +++ b/Readme.md @@ -52,6 +52,7 @@ you are not needing long-term storage. ## Releases and change history Releases with artifacts available at https://github.com/carlomedas/4mc/releases - Attached artifacts contain jar with embedded native library for Windows/Linux/MacOS. You can anyway compile JNI bindings for your own platform and override embedded ones. 4mc CLI tool for all platforms is now available at https://github.com/carlomedas/4mc/tree/master/tool +* **4mc 2.1.0** - Compatibility with newer Hadoop (2.7.x) and Spark (2.4.3) * **4mc 2.0.0** - 4mz to support ZSTD (zstandard https://github.com/facebook/zstd) * **4mc 1.4.0** - Native libraries are now embedded in jar, thus hadoop-4mc library can be used w/o manual configurations on Hadoop/Spark/Flink/etc * **4mc 1.3.0** - Introduced direct buffers pool, to cope with "java.lang.OufOfMemoryError: Direct Buffer Memory"