Bläddra i källkod

ZOOKEEPER-1509. Please update documentation to reflect updated FreeBSD support (George Neville-Neil via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1530706 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 11 år sedan
förälder
incheckning
01d4e780ad

+ 2 - 0
CHANGES.txt

@@ -634,6 +634,8 @@ IMPROVEMENTS:
 
   ZOOKEEPER-1771. ZooInspector authentication (Benjamin Jaton via phunt)
 
+  ZOOKEEPER-1509. Please update documentation to reflect updated
+  FreeBSD support (George Neville-Neil via phunt)
 
 Release 3.4.0 - 
 

BIN
docs/index.pdf


BIN
docs/javaExample.pdf


BIN
docs/linkmap.pdf


BIN
docs/recipes.pdf


BIN
docs/releasenotes.pdf


+ 8 - 8
docs/zookeeperAdmin.html

@@ -389,8 +389,7 @@ document.write("Last Published: " + document.lastModified);
 <li>
             
 <p>FreeBSD is supported as a development and production
-              platform for clients only. Java NIO selector support in
-              the FreeBSD JVM is broken.</p>
+              platform for both server and client.</p>
           
 </li>
           
@@ -412,12 +411,13 @@ document.write("Last Published: " + document.lastModified);
 <a name="sc_requiredSoftware"></a>
 <h4>Required Software </h4>
 <p>ZooKeeper runs in Java, release 1.6 or greater (JDK 6 or
-          greater).  It runs as an <em>ensemble</em> of
-          ZooKeeper servers. Three ZooKeeper servers is the minimum
-          recommended size for an ensemble, and we also recommend that
-          they run on separate machines. At Yahoo!, ZooKeeper is
-          usually deployed on dedicated RHEL boxes, with dual-core
-          processors, 2GB of RAM, and 80GB IDE hard drives.</p>
+        greater, FreeBSD support requires openjdk7).  It runs as an
+        <em>ensemble</em> of ZooKeeper servers. Three
+        ZooKeeper servers is the minimum recommended size for an
+        ensemble, and we also recommend that they run on separate
+        machines. At Yahoo!, ZooKeeper is usually deployed on
+        dedicated RHEL boxes, with dual-core processors, 2GB of RAM,
+        and 80GB IDE hard drives.</p>
 <a name="sc_zkMulitServerSetup"></a>
 <h3 class="h4">Clustered (Multi-Server) Setup</h3>
 <p>For reliable ZooKeeper service, you should deploy ZooKeeper in a

BIN
docs/zookeeperAdmin.pdf


BIN
docs/zookeeperHierarchicalQuorums.pdf


BIN
docs/zookeeperInternals.pdf


BIN
docs/zookeeperJMX.pdf


BIN
docs/zookeeperObservers.pdf


BIN
docs/zookeeperOver.pdf


BIN
docs/zookeeperProgrammers.pdf


BIN
docs/zookeeperQuotas.pdf


BIN
docs/zookeeperStarted.pdf


BIN
docs/zookeeperTutorial.pdf


+ 8 - 8
src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

@@ -85,8 +85,7 @@
           </listitem>
           <listitem>
             <para>FreeBSD is supported as a development and production
-              platform for clients only. Java NIO selector support in
-              the FreeBSD JVM is broken.</para>
+              platform for both server and client.</para>
           </listitem>
           <listitem>
             <para>Win32 is supported as a <emphasis>development
@@ -103,12 +102,13 @@
         <title>Required Software </title>
 
         <para>ZooKeeper runs in Java, release 1.6 or greater (JDK 6 or
-          greater).  It runs as an <emphasis>ensemble</emphasis> of
-          ZooKeeper servers. Three ZooKeeper servers is the minimum
-          recommended size for an ensemble, and we also recommend that
-          they run on separate machines. At Yahoo!, ZooKeeper is
-          usually deployed on dedicated RHEL boxes, with dual-core
-          processors, 2GB of RAM, and 80GB IDE hard drives.</para>
+        greater, FreeBSD support requires openjdk7).  It runs as an
+        <emphasis>ensemble</emphasis> of ZooKeeper servers. Three
+        ZooKeeper servers is the minimum recommended size for an
+        ensemble, and we also recommend that they run on separate
+        machines. At Yahoo!, ZooKeeper is usually deployed on
+        dedicated RHEL boxes, with dual-core processors, 2GB of RAM,
+        and 80GB IDE hard drives.</para>
       </section>
 
     </section>