From d227aee3cfaa511101056688f8b7ae37434b4b52 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 9 Feb 2010 19:41:43 +0000 Subject: [PATCH] HBASE-2185 Add html version of default hbase-site.xml git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@908175 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + build.xml | 20 +- conf/tohtml.xsl | 52 ++++ .../documentation/content/xdocs/cygwin.xml | 254 ++++++++++++++++++ .../src/documentation/content/xdocs/site.xml | 1 + 5 files changed, 324 insertions(+), 4 deletions(-) create mode 100644 conf/tohtml.xsl create mode 100644 src/docs/src/documentation/content/xdocs/cygwin.xml diff --git a/CHANGES.txt b/CHANGES.txt index f808303b0c7..e8f15b73aff 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -349,6 +349,7 @@ Release 0.21.0 - Unreleased HBASE-2178 Hooks for replication HBASE-2180 Bad random read performance from synchronizing hfile.fddatainputstream HBASE-2194 HTable - put(Put) , put(List + @@ -396,12 +397,23 @@ - + + + + + + + + + + + - + -