You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/05/26 09:48:17 UTC

svn commit: r948358 - in /hbase/branches/0.20: ./ src/docs/src/documentation/ src/docs/src/documentation/content/xdocs/ src/java/org/apache/hadoop/hbase/client/

Author: stack
Date: Wed May 26 07:48:17 2010
New Revision: 948358

URL: http://svn.apache.org/viewvc?rev=948358&view=rev
Log:
HBASE-2568 Add new svn, ml, and website locations into branches/0.20/src/doc...Changes to doc and javadoc only

Modified:
    hbase/branches/0.20/CHANGES.txt
    hbase/branches/0.20/src/docs/src/documentation/content/xdocs/releasenotes.xml
    hbase/branches/0.20/src/docs/src/documentation/content/xdocs/site.xml
    hbase/branches/0.20/src/docs/src/documentation/content/xdocs/tabs.xml
    hbase/branches/0.20/src/docs/src/documentation/skinconf.xml
    hbase/branches/0.20/src/java/org/apache/hadoop/hbase/client/HTable.java

Modified: hbase/branches/0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/CHANGES.txt?rev=948358&r1=948357&r2=948358&view=diff
==============================================================================
--- hbase/branches/0.20/CHANGES.txt (original)
+++ hbase/branches/0.20/CHANGES.txt Wed May 26 07:48:17 2010
@@ -1,6 +1,6 @@
 HBase Change Log
 
-Release 0.20.5 - Mon May 17 10:14:58 PDT 2010
+Release 0.20.5 - Wed May 26 00:15:56 PDT 2010
 
   BUG FIXES
    HBASE-2545  Unresponsive region server, potential deadlock
@@ -16,6 +16,7 @@ Release 0.20.5 - Mon May 17 10:14:58 PDT
 
   IMPROVEMENTS
    HBASE-2567  [stargate] minimize differences between 0.20 branch and trunk
+   HBASE-2568  Add new svn, ml, and website locations into branches/0.20/src/doc
 
 Release 0.20.4 - Mon May  3 16:16:02 PDT 2010
   INCOMPATIBLE CHANGES

Modified: hbase/branches/0.20/src/docs/src/documentation/content/xdocs/releasenotes.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/src/docs/src/documentation/content/xdocs/releasenotes.xml?rev=948358&r1=948357&r2=948358&view=diff
==============================================================================
--- hbase/branches/0.20/src/docs/src/documentation/content/xdocs/releasenotes.xml (original)
+++ hbase/branches/0.20/src/docs/src/documentation/content/xdocs/releasenotes.xml Wed May 26 07:48:17 2010
@@ -22,34 +22,11 @@
 <document> 
 <header> 
     <title>
-   Release Notes - Hadoop HBase - Version 0.20.5
+   Release Notes - Hadoop HBase
     </title>
 </header> 
 <body>
-<section>
-    <section><title>        Bug
-    </title>
-            <ul>
-                <li>[<a href='https://issues.apache.org/jira/browse/HBASE-2428'>HBASE-2428</a>] -         NPE in ProcessRegionClose because meta is offline kills master and thus the cluster
-                </li>
-                <li>[<a href='https://issues.apache.org/jira/browse/HBASE-2482'>HBASE-2482</a>] -         regions in transition do not get reassigned by master when RS crashes
-                </li>
-                <li>[<a href='https://issues.apache.org/jira/browse/HBASE-2503'>HBASE-2503</a>] -         PriorityQueue isn't thread safe, KeyValueHeap uses it that way
-                </li>
-                <li>[<a href='https://issues.apache.org/jira/browse/HBASE-2545'>HBASE-2545</a>] -         Unresponsive region server, potential deadlock
-                </li>
-            </ul>
-        </section>
-                                        
-        <section><title>        Task
-            </title>
-            <ul>
-                <li>[<a href='https://issues.apache.org/jira/browse/HBASE-2521'>HBASE-2521</a>] -         no license headers in 5 files
-                </li>
-            </ul>
-
-</section>
-                
-</section>
+<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&amp;styleName=Html&amp;version=12314800">0.20.5 Release Notes</a>
+</p>
 </body>
 </document>

Modified: hbase/branches/0.20/src/docs/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/src/docs/src/documentation/content/xdocs/site.xml?rev=948358&r1=948357&r2=948358&view=diff
==============================================================================
--- hbase/branches/0.20/src/docs/src/documentation/content/xdocs/site.xml (original)
+++ hbase/branches/0.20/src/docs/src/documentation/content/xdocs/site.xml Wed May 26 07:48:17 2010
@@ -34,7 +34,7 @@ See http://forrest.apache.org/docs/linki
   <docs label="Documentation"> 
     <overview  label="Overview"           href="index.html" />
     <started   label="Getting Started"    href="ext:api/started" />
-    <api       label="0.20.4 Release Notes"   href="releasenotes.html" />
+    <api       label="Release Notes"   href="releasenotes.html" />
     <api       label="API Docs"           href="ext:api/index" />
     <api       label="HBase Metrics"      href="metrics.html" />
     <api       label="HBase  Default Configuration" href="hbase-conf.html" />
@@ -45,12 +45,12 @@ See http://forrest.apache.org/docs/linki
   </docs>
 
   <external-refs>
-    <site      href="http://hadoop.apache.org/hbase/"/>
-    <lists     href="http://hadoop.apache.org/hbase/mailing_lists.html"/>
-    <releases  href="http://hadoop.apache.org/hbase/releases.html">
+    <site      href="http://hbase.apache.org/"/>
+    <lists     href="http://hbase.apache.org/mailing_lists.html"/>
+    <releases  href="http://hbase.apache.org/releases.html">
       <download href="#Download" />
     </releases>
-    <jira      href="http://hadoop.apache.org/hbase/issue_tracking.html"/>
+    <jira      href="http://hbase.apache.org/issue_tracking.html"/>
     <wiki      href="http://wiki.apache.org/hadoop/Hbase" />
     <faq       href="http://wiki.apache.org/hadoop/Hbase/FAQ" />
     <zlib      href="http://www.zlib.net/" />

Modified: hbase/branches/0.20/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/src/docs/src/documentation/content/xdocs/tabs.xml?rev=948358&r1=948357&r2=948358&view=diff
==============================================================================
--- hbase/branches/0.20/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ hbase/branches/0.20/src/docs/src/documentation/content/xdocs/tabs.xml Wed May 26 07:48:17 2010
@@ -29,7 +29,7 @@
     directory (ends in '/'), in which case /index.html will be added
   -->
 
-  <tab label="Project" href="http://hadoop.apache.org/hbase/" />
+  <tab label="Project" href="http://hbase.apache.org/" />
   <tab label="Wiki" href="http://wiki.apache.org/hadoop/Hbase" />
   <tab label="HBase Documentation" dir="" />  
 </tabs>

Modified: hbase/branches/0.20/src/docs/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/src/docs/src/documentation/skinconf.xml?rev=948358&r1=948357&r2=948358&view=diff
==============================================================================
--- hbase/branches/0.20/src/docs/src/documentation/skinconf.xml (original)
+++ hbase/branches/0.20/src/docs/src/documentation/skinconf.xml Wed May 26 07:48:17 2010
@@ -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="HBase" domain="hadoop.apache.org" provider="google"/>
+  <search name="HBase" domain="hbase.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>HBase</project-name>
   <project-description>The Hadoop database</project-description>
-  <project-url>http://hadoop.apache.org/hbase/</project-url>
+  <project-url>http://hbase.apache.org/</project-url>
   <project-logo>images/hbase_small.gif</project-logo>
 
   <!-- group logo -->
@@ -98,7 +98,7 @@ 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="HBase" href="http://hadoop.apache.org/hbase/"/>
+    <link3 name="HBase" href="http://hbase.apache.org/"/>
   </trail>
 
   <!-- Configure the TOC, i.e. the Table of Contents.

Modified: hbase/branches/0.20/src/java/org/apache/hadoop/hbase/client/HTable.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/src/java/org/apache/hadoop/hbase/client/HTable.java?rev=948358&r1=948357&r2=948358&view=diff
==============================================================================
--- hbase/branches/0.20/src/java/org/apache/hadoop/hbase/client/HTable.java (original)
+++ hbase/branches/0.20/src/java/org/apache/hadoop/hbase/client/HTable.java Wed May 26 07:48:17 2010
@@ -656,7 +656,7 @@ public class HTable {
    * Executes all the buffered {@link Put} operations.
    * <p>
    * This method gets called once automatically for every {@link Put} or batch
-   * of {@link Put}s (when {@link #put(List<Put>)} is used) when
+   * of {@link Put}s (when {@link #put(List)} is used) when
    * {@link #isAutoFlush} is {@code true}.
    * @throws IOException if a remote or network exception occurs.
    */