From 9fa72c0177683d34ab1187c89902041acc1ac07c Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 18 Mar 2008 22:32:14 +0000 Subject: [PATCH] HBASE-526 Add documentation src and build to the 0.1 branch Second part of documentation commit. git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@638612 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + README.txt | 2 +- build.xml | 1 - docs/index.html | 7 ++ docs/index.pdf | 67 ++++++++++------- docs/linkmap.html | 9 +++ docs/linkmap.pdf | 24 +++--- .../src/documentation/content/xdocs/index.xml | 1 + .../src/documentation/content/xdocs/site.xml | 2 + .../hadoop/hbase/regionserver/HRegion.java | 1 - src/java/overview.html | 74 ++++++++++--------- 11 files changed, 113 insertions(+), 76 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index efeb59e74d1..c7c2d756102 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -95,6 +95,7 @@ Hbase Change Log HBASE-443 Move internal classes out of HStore HBASE-515 At least double default timeouts between regionserver and master HBASE-529 RegionServer needs to recover if datanode goes down + HBASE-456 Clearly state which ports need to be opened in order to run HBase Branch 0.1 diff --git a/README.txt b/README.txt index 44e996dd461..c9683121b95 100644 --- a/README.txt +++ b/README.txt @@ -1 +1 @@ -See http://wiki.apache.org/lucene-hadoop/Hbase +See the docs directory or http://hbase.org diff --git a/build.xml b/build.xml index 36ec100b7ba..2078c522fde 100644 --- a/build.xml +++ b/build.xml @@ -285,7 +285,6 @@ - diff --git a/docs/index.html b/docs/index.html index 27d56fc0b08..34c23691ead 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,6 +108,9 @@ document.write("Last Published: " + document.lastModified); + +