Merge remote-tracking branch 'origin/fluo-820'
diff --git a/modules/distribution/src/main/lib/fetch.sh b/modules/distribution/src/main/lib/fetch.sh
index 95765a2..45d0914 100755
--- a/modules/distribution/src/main/lib/fetch.sh
+++ b/modules/distribution/src/main/lib/fetch.sh
@@ -95,6 +95,9 @@
   download org.slf4j:slf4j-api:jar:1.7.12
   download org.slf4j:slf4j-log4j12:jar:1.7.12 ./log4j
   download org.xerial.snappy:snappy-java:jar:1.0.5
+  # See https://github.com/apache/incubator-fluo/issues/820
+  download io.netty:netty:jar:3.9.9.Final
+
   echo -e "Done!\n"
   echo "NOTE - The dependencies downloaded have been tested with some versions of Hadoop, Zookeeper, and Accumulo."
   echo "There is no guarantee they will work with all versions. Fluo chose to defer dependency resolution to as"