You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2017/04/07 15:15:53 UTC

[1/2] incubator-fluo git commit: fixes #820 use a specific version of netty

Repository: incubator-fluo
Updated Branches:
  refs/heads/master c4a69994e -> 2e8932670


fixes #820 use a specific version of netty


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/a052435b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/a052435b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/a052435b

Branch: refs/heads/master
Commit: a052435bd0bb7988e78e14fe47dc8e33091ff727
Parents: d6af386
Author: Keith Turner <kt...@apache.org>
Authored: Thu Apr 6 15:58:59 2017 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Thu Apr 6 18:01:19 2017 -0400

----------------------------------------------------------------------
 modules/distribution/src/main/lib/fetch.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/a052435b/modules/distribution/src/main/lib/fetch.sh
----------------------------------------------------------------------
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 @@ extra)
   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"


[2/2] incubator-fluo git commit: Merge remote-tracking branch 'origin/fluo-820'

Posted by kt...@apache.org.
Merge remote-tracking branch 'origin/fluo-820'


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/2e893267
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/2e893267
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/2e893267

Branch: refs/heads/master
Commit: 2e8932670ab5b1906a4f796233392d6c81b9ded9
Parents: c4a6999 a052435
Author: Keith Turner <kt...@apache.org>
Authored: Fri Apr 7 11:15:10 2017 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Fri Apr 7 11:15:10 2017 -0400

----------------------------------------------------------------------
 modules/distribution/src/main/lib/fetch.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------