You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2012/02/06 10:06:29 UTC

svn commit: r1240935 [2/2] - in /zookeeper/trunk: ./ docs/ src/c/ src/c/include/ src/contrib/huebrowser/ src/contrib/huebrowser/zkui/ src/contrib/huebrowser/zkui/src/zkui/templates/ src/contrib/loggraph/ src/contrib/monitoring/ src/contrib/rest/ src/co...

Modified: zookeeper/trunk/src/contrib/huebrowser/zkui/src/zkui/templates/tree.mako
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/huebrowser/zkui/src/zkui/templates/tree.mako?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/huebrowser/zkui/src/zkui/templates/tree.mako (original)
+++ zookeeper/trunk/src/contrib/huebrowser/zkui/src/zkui/templates/tree.mako Mon Feb  6 09:06:27 2012
@@ -69,7 +69,7 @@ ${shared.header("ZooKeeper Browser > Tre
 </table>
 
 <br />
-<a target="_blank" href="http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#sc_zkStatStructure">Details on stat information.</a>
+<a target="_blank" href="http://zookeeper.apache.org/docs/current/zookeeperProgrammers.html#sc_zkStatStructure">Details on stat information.</a>
 
 ${shared.footer()}
 

Modified: zookeeper/trunk/src/contrib/loggraph/ivy.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/loggraph/ivy.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/loggraph/ivy.xml (original)
+++ zookeeper/trunk/src/contrib/loggraph/ivy.xml Mon Feb  6 09:06:27 2012
@@ -21,7 +21,7 @@
   <info organisation="org.apache.zookeeper"
         module="${name}" revision="${version}">
     <license name="Apache 2.0"/>
-    <ivyauthor name="Apache Hadoop" url="http://hadoop.apache.org"/>
+    <ivyauthor name="Apache ZooKeeper" url="http://zookeeper.apache.org"/>
     <description>ZooKeeper Graphing</description>
   </info>
 

Modified: zookeeper/trunk/src/contrib/monitoring/README
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/monitoring/README?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/monitoring/README (original)
+++ zookeeper/trunk/src/contrib/monitoring/README Mon Feb  6 09:06:27 2012
@@ -80,5 +80,5 @@ Apache License 2.0 or later.
 ZooKeeper 4letterwords Commands
 -------------------------------
 
-http://hadoop.apache.org/zookeeper/docs/current/zookeeperAdmin.html#sc_zkCommands
+http://zookeeper.apache.org/docs/current/zookeeperAdmin.html#sc_zkCommands
 

Modified: zookeeper/trunk/src/contrib/rest/ivy.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/rest/ivy.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/rest/ivy.xml (original)
+++ zookeeper/trunk/src/contrib/rest/ivy.xml Mon Feb  6 09:06:27 2012
@@ -21,7 +21,7 @@
   <info organisation="org.apache.zookeeper"
         module="${name}" revision="${version}">
     <license name="Apache 2.0"/>
-    <ivyauthor name="Apache Hadoop" url="http://hadoop.apache.org"/>
+    <ivyauthor name="Apache ZooKeeper" url="http://zookeeper.apache.org"/>
     <description>ZooKeeper REST</description>
   </info>
 

Modified: zookeeper/trunk/src/contrib/zkperl/README
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/zkperl/README?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/zkperl/README (original)
+++ zookeeper/trunk/src/contrib/zkperl/README Mon Feb  6 09:06:27 2012
@@ -3,10 +3,10 @@ Net::ZooKeeper - Perl extension for Apac
 
 Net::ZooKeeper provides a Perl interface to the synchronous C API
 of Apache ZooKeeper.  ZooKeeper is coordination service for
-distributed applications and is a sub-project of the Apache Hadoop
-project.  For details see the ZooKeeper home page at:
+distributed applications.
+For details see the ZooKeeper home page at:
 
-http://hadoop.apache.org/zookeeper/
+http://zookeeper.apache.org/
 
 INSTALLATION
 

Modified: zookeeper/trunk/src/contrib/zkperl/ZooKeeper.pm
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/zkperl/ZooKeeper.pm?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/zkperl/ZooKeeper.pm (original)
+++ zookeeper/trunk/src/contrib/zkperl/ZooKeeper.pm Mon Feb  6 09:06:27 2012
@@ -169,8 +169,7 @@ Net::ZooKeeper - Perl extension for Apac
 
 Net::ZooKeeper provides a Perl interface to the synchronous C API
 of Apache ZooKeeper.  ZooKeeper is coordination service for
-distributed applications and is a sub-project of the Apache Hadoop
-project.
+distributed applications.
 
 Each connection to ZooKeeper is represented as a handle object
 of the class Net::ZooKeeper, similar to the manner in which database
@@ -1229,7 +1228,7 @@ Everything from all of the above tagsets
 =head1 SEE ALSO
 
 The Apache ZooKeeper project's home page at
-L<http://hadoop.apache.org/zookeeper/> provides a wealth of detail
+L<http://zookeeper.apache.org/> provides a wealth of detail
 on how to develop applications using ZooKeeper.
 
 =head1 AUTHOR

Modified: zookeeper/trunk/src/contrib/zooinspector/src/java/org/apache/zookeeper/inspector/gui/about.html
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/zooinspector/src/java/org/apache/zookeeper/inspector/gui/about.html?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/zooinspector/src/java/org/apache/zookeeper/inspector/gui/about.html (original)
+++ zookeeper/trunk/src/contrib/zooinspector/src/java/org/apache/zookeeper/inspector/gui/about.html Mon Feb  6 09:06:27 2012
@@ -13,9 +13,9 @@ under the Eclipse Public Licence v1.0. [
 	href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</a>]
 </p>
 <p>ZooKeeper is available from <a
-	href="http://hadoop.apache.org/zookeeper/">http://hadoop.apache.org/zookeeper/</a>
+	href="http://zookeeper.apache.org/">http://zookeeper.apache.org/</a>
 and is licensed under an Apache Software Licence v2.0</p>
 <p>The ApacheSoftware Licence v2.0 can be found at <a
 	href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/bookkeeperStarted.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/bookkeeperStarted.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/bookkeeperStarted.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/bookkeeperStarted.xml Mon Feb  6 09:06:27 2012
@@ -61,7 +61,7 @@
       	<title>Download</title>
 		<para> BookKeeper is distributed along with ZooKeeper. To get a ZooKeeper distribution, 
 			   download a recent
-    	    <ulink url="http://hadoop.apache.org/zookeeper/releases.html">
+    	    <ulink url="http://zookeeper.apache.org/releases.html">
         	  stable</ulink> release from one of the Apache Download
        	 Mirrors.</para>
 	  </section>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml Mon Feb  6 09:06:27 2012
@@ -76,7 +76,7 @@
     <title>Important Note About Error Handling</title>
 
 	<para>When implementing the recipes you must handle recoverable exceptions 
-	(see the <ulink url="http://wiki.apache.org/hadoop/ZooKeeper/FAQ">FAQ</ulink>). In 
+        (see the <ulink url="https://cwiki.apache.org/confluence/display/ZOOKEEPER/FAQ">FAQ</ulink>). In 
 	particular, several of the recipes employ sequential ephemeral 
 	nodes. When creating a sequential ephemeral node there is an error case in 
 	which the create() succeeds on the server but the server crashes before 

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/releasenotes.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/releasenotes.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/releasenotes.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/releasenotes.xml Mon Feb  6 09:06:27 2012
@@ -106,7 +106,7 @@ Call specific watch functions receive al
 </orderedlist>
 
 <para>
-Also see <ulink url="http://hadoop.apache.org/zookeeper/docs/current/api/index.html">the current java API</ulink>
+Also see <ulink url="http://zookeeper.apache.org/docs/current/api/index.html">the current java API</ulink>
 </para>
 </section>
 

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/site.xml Mon Feb  6 09:06:27 2012
@@ -29,7 +29,7 @@ This file contains an outline of the sit
 See http://forrest.apache.org/docs/linking.html for more info.
 -->
 
-<site label="Hadoop" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
+<site label="ZooKeeper" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
 
   <docs label="Overview"> 
     <welcome   label="Welcome"                href="index.html" />
@@ -74,14 +74,14 @@ See http://forrest.apache.org/docs/linki
   
 
   <external-refs>
-    <site      href="http://hadoop.apache.org/zookeeper/"/>
-    <lists     href="http://hadoop.apache.org/zookeeper/mailing_lists.html"/>
-    <releases  href="http://hadoop.apache.org/zookeeper/releases.html">
+    <site      href="http://zookeeper.apache.org/"/>
+    <lists     href="http://zookeeper.apache.org/mailing_lists.html"/>
+    <releases  href="http://zookeeper.apache.org/releases.html">
       <download href="#Download" />
     </releases>
-    <jira      href="http://hadoop.apache.org/zookeeper/issue_tracking.html"/>
-    <wiki      href="http://wiki.apache.org/hadoop/ZooKeeper" />
-    <faq       href="http://wiki.apache.org/hadoop/ZooKeeper/FAQ" />
+    <jira      href="http://zookeeper.apache.org/issue_tracking.html"/>
+    <wiki      href="https://cwiki.apache.org/confluence/display/ZOOKEEPER" />
+    <faq       href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/FAQ" />
     <zlib      href="http://www.zlib.net/" />
     <lzo       href="http://www.oberhumer.com/opensource/lzo/" />
     <gzip      href="http://www.gzip.org/" />
@@ -93,10 +93,8 @@ See http://forrest.apache.org/docs/linki
       <index href="index.html" />
       <org href="org/">
         <apache href="apache/">
-          <hadoop href="hadoop/">
-            <zookeeper href="zookeeper/">
-            </zookeeper>
-          </hadoop>
+          <zookeeper href="zookeeper/">
+          </zookeeper>
         </apache>
       </org>
     </api>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/tabs.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/tabs.xml Mon Feb  6 09:06:27 2012
@@ -29,8 +29,8 @@
     directory (ends in '/'), in which case /index.html will be added
   -->
 
-  <tab label="Project" href="http://hadoop.apache.org/zookeeper/" />
-  <tab label="Wiki" href="http://wiki.apache.org/hadoop/ZooKeeper" />
+  <tab label="Project" href="http://zookeeper.apache.org/" />
+  <tab label="Wiki" href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/" />
   <tab label="ZooKeeper 3.4 Documentation" dir="" />
   
 </tabs>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml Mon Feb  6 09:06:27 2012
@@ -152,8 +152,8 @@
             from:
           </para>
           <para>
-            <ulink url="http://hadoop.apache.org/zookeeper/releases.html">
-              http://hadoop.apache.org/zookeeper/releases.html
+            <ulink url="http://zookeeper.apache.org/releases.html">
+              http://zookeeper.apache.org/releases.html
             </ulink>
           </para>
         </listitem>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperOver.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperOver.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperOver.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperOver.xml Mon Feb  6 09:06:27 2012
@@ -375,7 +375,7 @@
 
       <note><para>In version 3.2 r/w performance improved by ~2x
       compared to the <ulink
-      url="http://hadoop.apache.org/zookeeper/docs/r3.1.1/zookeeperOver.html#Performance">previous
+      url="http://zookeeper.apache.org/docs/r3.1.1/zookeeperOver.html#Performance">previous
       3.1 release</ulink>.</para></note>
 
       <para>Benchmarks also indicate that it is reliable, too. <xref
@@ -439,7 +439,7 @@
       <title>The ZooKeeper Project</title>
 
       <para>ZooKeeper has been
-        <ulink url="http://wiki.apache.org/hadoop/ZooKeeper/PoweredBy">
+          <ulink url="https://cwiki.apache.org/confluence/display/ZOOKEEPER/PoweredBy">
           successfully used
         </ulink>
         in many industrial applications.  It is used at Yahoo! as the
@@ -454,7 +454,7 @@
 
       <para>All users and developers are encouraged to join the
         community and contribute their expertise. See the
-        <ulink url="http://hadoop.apache.org/zookeeper/">
+        <ulink url="http://zookeeper.apache.org/">
           Zookeeper Project on Apache
         </ulink>
         for more information.

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperProgrammers.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperProgrammers.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperProgrammers.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperProgrammers.xml Mon Feb  6 09:06:27 2012
@@ -1587,7 +1587,7 @@ authProvider.2=com.f.MyAuth2
 
       <varlistentry>
         <term><ulink
-        url="http://wiki.apache.org/hadoop/ZooKeeper/Tutorial">Barrier and
+                url="https://cwiki.apache.org/confluence/display/ZOOKEEPER/Tutorial">Barrier and
         Queue Tutorial</ulink></term>
 
         <listitem>
@@ -1598,7 +1598,7 @@ authProvider.2=com.f.MyAuth2
 
       <varlistentry>
         <term><ulink
-        url="http://wiki.apache.org/hadoop/ZooKeeper/ZooKeeperArticles">ZooKeeper
+                url="https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeperArticles">ZooKeeper
         - A Reliable, Scalable Distributed Coordination System</ulink></term>
 
         <listitem>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperStarted.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperStarted.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperStarted.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperStarted.xml Mon Feb  6 09:06:27 2012
@@ -69,7 +69,7 @@
       <title>Download</title>
 
       <para>To get a ZooKeeper distribution, download a recent
-        <ulink url="http://hadoop.apache.org/zookeeper/releases.html">
+        <ulink url="http://zookeeper.apache.org/releases.html">
           stable</ulink> release from one of the Apache Download
         Mirrors.</para>
     </section>

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperTutorial.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperTutorial.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperTutorial.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperTutorial.xml Mon Feb  6 09:06:27 2012
@@ -672,4 +672,4 @@ public class SyncPrimitive implements Wa
 
 </article>
 
-        
\ No newline at end of file
+        

Modified: zookeeper/trunk/src/docs/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/skinconf.xml?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/skinconf.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/skinconf.xml Mon Feb  6 09:06:27 2012
@@ -30,7 +30,7 @@ which will be used to configure the chos
     In other words google will search the @domain for the query string.
 
   -->
-  <search name="ZooKeeper" domain="hadoop.apache.org" provider="google"/>
+  <search name="ZooKeeper" domain="zookeeper.apache.org" provider="google"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
@@ -66,7 +66,7 @@ which will be used to configure the chos
   <!-- project logo -->
   <project-name>ZooKeeper</project-name>
   <project-description>ZooKeeper: distributed coordination</project-description>
-  <project-url>http://hadoop.apache.org/zookeeper/</project-url>
+  <project-url>http://zookeeper.apache.org/</project-url>
   <project-logo>images/zookeeper_small.gif</project-logo>
 
   <!-- group logo -->
@@ -97,8 +97,8 @@ which will be used to configure the chos
   -->
   <trail>
     <link1 name="Apache" href="http://www.apache.org/"/>
-    <link2 name="Hadoop" href="http://hadoop.apache.org/"/>
-    <link3 name="ZooKeeper" href="http://hadoop.apache.org/zookeeper/"/>
+    <link2 name="ZooKeeper" href="http://zookeeper.apache.org/"/>
+    <link3 name="ZooKeeper" href="http://zookeeper.apache.org/"/>
   </trail>
 
   <!-- Configure the TOC, i.e. the Table of Contents.

Modified: zookeeper/trunk/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java?rev=1240935&r1=1240934&r2=1240935&view=diff
==============================================================================
--- zookeeper/trunk/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java (original)
+++ zookeeper/trunk/src/java/main/org/apache/zookeeper/server/auth/KerberosName.java Mon Feb  6 09:06:27 2012
@@ -415,4 +415,4 @@ public class KerberosName {
       System.out.println("Name: " + name + " to " + name.getShortName());
     }
   }
-}
\ No newline at end of file
+}