Repository: incubator-fluo-recipes
Updated Branches:
  refs/heads/master 10ccb16ae -> eab5787a1


Document thrift dep in pom


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

Branch: refs/heads/master
Commit: eab5787a104d0cf93f3069a42b2b196bdf4da6a0
Parents: 10ccb16
Author: Keith Turner <ke...@deenlo.com>
Authored: Tue Oct 18 13:41:17 2016 -0400
Committer: Keith Turner <ktur...@apache.org>
Committed: Wed Oct 19 19:02:05 2016 -0400

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/blob/eab5787a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5be0541..b382051 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,12 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <spark.version>1.5.2</spark.version>
+    <!--
+      If attempting to build against Accumulo 1.8.X, then set the thrift 
version to 0.9.3.
+      Otherwise MiniAccumulo may hang. This may happen because Fluo 1.0.0 
depends on thrift 0.9.1,
+      Accumulo 1.8.0 depends on Thrift 0.9.3, and Thrift made breaking changes 
in libthrift between
+      0.9.1 and 0.9.3.
+     -->
     <thrift.version>0.9.1</thrift.version>
     <zookeeper.version>3.4.8</zookeeper.version>
   </properties>

Reply via email to