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 2012/08/08 14:33:05 UTC

svn commit: r1370746 - in /hbase/trunk/src/site: site.xml xdoc/resources.xml

Author: stack
Date: Wed Aug  8 12:33:05 2012
New Revision: 1370746

URL: http://svn.apache.org/viewvc?rev=1370746&view=rev
Log:
Add an 'other resources' page and list hbase books on it

Added:
    hbase/trunk/src/site/xdoc/resources.xml
Modified:
    hbase/trunk/src/site/site.xml

Modified: hbase/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/site/site.xml?rev=1370746&r1=1370745&r2=1370746&view=diff
==============================================================================
--- hbase/trunk/src/site/site.xml (original)
+++ hbase/trunk/src/site/site.xml Wed Aug  8 12:33:05 2012
@@ -44,6 +44,7 @@
       <item name="Team" href="team-list.html" />
       <item name="Sponsors" href="sponsors.html" />
       <item name="Blog" href="http://blogs.apache.org/hbase/" />
+      <item name="Other resources" href="resources.html" />
     </menu>
     <menu name="Documentation">
         <item name="Getting Started" href="book/quickstart.html" />

Added: hbase/trunk/src/site/xdoc/resources.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/resources.xml?rev=1370746&view=auto
==============================================================================
--- hbase/trunk/src/site/xdoc/resources.xml (added)
+++ hbase/trunk/src/site/xdoc/resources.xml Wed Aug  8 12:33:05 2012
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>Other HBase Resources</title>
+  </properties>
+
+<body>
+<section name="Other HBase Resources">
+<section name="Books">
+<section name="HBase: The Definitive Guide">
+<p><a href="http://shop.oreilly.com/product/0636920014348.do">HBase: The Definitive Guide <i>Random Access to Your Planet-Size Data</i></a> by Lars George. Publisher: O'Reilly Media, Released: August 2011, Pages: 556.</p>
+</section>
+<section name="HBase In Action">
+<p><a href="http://www.manning.com/dimidukkhurana/">HBase In Action</a> By Nick Dimiduk and Amandeep Khurana.  Publisher: Manning, MEAP Began: January 2012, Softbound print: Fall 2012, Pages: 350.</p>
+</section>
+<section name="HBase Administration Cookbook">
+<p><a href="http://www.packtpub.com/hbase-administration-for-optimum-database-performance-cookbook/book">HBase Administration Cookbook</a> by Yifeng Jang.  Publisher: PACKT Publishing, Release: Expected August 2012, Pages: 335.</p>
+</section>
+</section>
+</section>
+</body>
+</document>