From e0f3dde8a34efc37209fcd5e0f1c80159c3d810e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 1 Sep 2019 02:08:26 -0700 Subject: [PATCH] Updated Hadoop Compatible File System (markdown) --- Hadoop-Compatible-File-System.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hadoop-Compatible-File-System.md b/Hadoop-Compatible-File-System.md index 2684e8b..1b07638 100644 --- a/Hadoop-Compatible-File-System.md +++ b/Hadoop-Compatible-File-System.md @@ -182,3 +182,5 @@ This is different from many other HCFS options. If native shared libraries are n ## Shaded Fat Jar One of the headache with complicated Java systems is the jar runtime dependency problem, which is resolved by Go's build time dependency resolution. For this SeaweedFS hadoop client, the required jars are mostly shaded and packaged as one fat jar, so there are no extra jar files needed. +## Note +* use `-Djava.net.preferIPv4Stack=true` if possible, see https://github.com/netty/netty/issues/6454