Repository: accumulo
Updated Branches:
  refs/heads/master 5a8855be5 -> 45092aa02


ACCUMULO-2916 Upgrading zookeeper to 3.4.*.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/45092aa0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/45092aa0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/45092aa0

Branch: refs/heads/master
Commit: 45092aa02d8d3c7d0a297419d19d61f63480cbb3
Parents: 5a8855b
Author: Corey J. Nolet <cjno...@gmail.com>
Authored: Thu Sep 18 21:02:36 2014 -0400
Committer: Corey J. Nolet <cjno...@gmail.com>
Committed: Thu Sep 18 21:02:36 2014 -0400

----------------------------------------------------------------------
 README  | 8 ++++----
 pom.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/45092aa0/README
----------------------------------------------------------------------
diff --git a/README b/README
index 054883b..a9f4645 100644
--- a/README
+++ b/README
@@ -199,10 +199,10 @@ a profile to maven's settings.xml file. Below is an 
example of $HOME/.m2/setting
 ******************************************************************************
 4. Configuring
 
-Apache Accumulo has two prerequisites, hadoop and zookeeper. Zookeeper must be 
-at least version 3.3.0. Both of these must be installed and configured. Some
-versions of Zookeeper may only allow 10 connections from one computer by 
default.
-On a single-host install, this number is a little too low. Add the following to
+Apache Accumulo has two prerequisites, hadoop and zookeeper. Zookeeper 3.4.* 
series is
+preferred. Both zookeeper and hadoop must be installed and configured. Some 
versions of
+Zookeeper may only allow 10 connections from one computer by default. On a 
single-host
+install, this number is a little too low. Add the following to
 the $ZOOKEEPER_HOME/conf/zoo.cfg file:
 
    maxClientCnxns=100

http://git-wip-us.apache.org/repos/asf/accumulo/blob/45092aa0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c66132..ebc2f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
     <!-- Thrift version -->
     <thrift.version>0.9.1</thrift.version>
     <!-- ZooKeeper 3.4.x works also, but we're not using new features yet; 
this ensures 3.3.x compatibility. -->
-    <zookeeper.version>3.3.6</zookeeper.version>
+    <zookeeper.version>3.4.6</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>

Reply via email to