Add an 'other resources' page and list hbase books on it
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba966f8ada
commit
5d1007ef3f
|
@ -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" />
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue