http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/index.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/index.adoc b/src/site/asciidoc/index.adoc
new file mode 100644
index 0000000..9b31c49
--- /dev/null
+++ b/src/site/asciidoc/index.adoc
@@ -0,0 +1,75 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+
+= Apache HBase™ Home
+
+.Welcome to Apache HBase(TM)
+link:http://www.apache.org/[Apache HBase(TM)] is the 
link:http://hadoop.apache.org[Hadoop] database, a distributed, scalable, big 
data store.
+
+.When Would I Use Apache HBase?
+Use Apache HBase when you need random, realtime read/write access to your Big 
Data. +
+This project's goal is the hosting of very large tables -- billions of rows X 
millions of columns -- atop clusters of commodity hardware.
+
+Apache HBase is an open-source, distributed, versioned, non-relational 
database modeled after Google's 
link:http://research.google.com/archive/bigtable.html[Bigtable: A Distributed 
Storage System for Structured Data] by Chang et al.
+
+Just as Bigtable leverages the distributed data storage provided by the Google 
File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop 
and HDFS.
+
+.Features
+- Linear and modular scalability.
+- Strictly consistent reads and writes.
+- Automatic and configurable sharding of tables
+- Automatic failover support between RegionServers.
+- Convenient base classes for backing Hadoop MapReduce jobs with Apache HBase 
tables.
+- Easy to use Java API for client access.
+- Block cache and Bloom Filters for real-time queries.
+- Query predicate push down via server side Filters
+- Thrift gateway and a REST-ful Web service that supports XML, Protobuf, and 
binary data encoding options
+- Extensible jruby-based (JIRB) shell
+- Support for exporting metrics via the Hadoop metrics subsystem to files or 
Ganglia; or via JMX
+
+.Where Can I Get More Information?
+See the link:book.html#arch.overview[Architecture Overview], the 
link:book.html#faq[FAQ] and the other documentation links at the top!
+
+.Export Control
+The HBase distribution includes cryptographic software. See the 
link:export_control.html[export control notice].
+
+== News
+Feb 17, 2015:: 
link:http://www.meetup.com/hbaseusergroup/events/219260093/[HBase meetup around 
Strata+Hadoop World] in San Jose
+
+January 15th, 2015:: 
link:http://www.meetup.com/hbaseusergroup/events/218744798/[HBase meetup @ 
AppDynamics] in San Francisco
+
+November 20th, 2014::  
link:http://www.meetup.com/hbaseusergroup/events/205219992/[HBase meetup @ 
WANdisco] in San Ramon
+
+October 27th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/207386102/[HBase Meetup @ 
Apple] in Cupertino
+
+October 15th, 2014:: 
link:http://www.meetup.com/HBase-NYC/events/207655552[HBase Meetup @ Google] on 
the night before Strata/HW in NYC
+
+September 25th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/203173692/[HBase Meetup @ 
Continuuity] in Palo Alto
+
+August 28th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/197773762/[HBase Meetup @ Sift 
Science] in San Francisco
+
+July 17th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/190994082/[HBase Meetup @ HP] 
in Sunnyvale
+
+June 5th, 2014:: 
link:http://www.meetup.com/Hadoop-Summit-Community-San-Jose/events/179081342/[HBase
 BOF at Hadoop Summit], San Jose Convention Center
+
+May 5th, 2014:: link:http://www.hbasecon.com[HBaseCon2014] at the Hilton San 
Francisco on Union Square
+
+March 12th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/160757912/[HBase Meetup @ 
Ancestry.com] in San Francisco
+
+View link:old_news.html[Old News]

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/metrics.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/metrics.adoc b/src/site/asciidoc/metrics.adoc
new file mode 100644
index 0000000..be7d9a5
--- /dev/null
+++ b/src/site/asciidoc/metrics.adoc
@@ -0,0 +1,102 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+
+= Apache HBase (TM) Metrics
+
+== Introduction
+Apache HBase (TM) emits Hadoop 
link:http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/metrics/package-summary.html[metrics].
+
+== Setup
+
+First read up on Hadoop 
link:http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/metrics/package-summary.html[metrics].
+
+If you are using ganglia, the 
link:http://wiki.apache.org/hadoop/GangliaMetrics[GangliaMetrics] wiki page is 
useful read.
+
+To have HBase emit metrics, edit `$HBASE_HOME/conf/hadoop-metrics.properties` 
and enable metric 'contexts' per plugin.  As of this writing, hadoop supports 
*file* and *ganglia* plugins. Yes, the hbase metrics files is named 
hadoop-metrics rather than _hbase-metrics_ because currently at least the 
hadoop metrics system has the properties filename hardcoded. Per metrics 
_context_, comment out the NullContext and enable one or more plugins instead.
+
+If you enable the _hbase_ context, on regionservers you'll see total requests 
since last
+metric emission, count of regions and storefiles as well as a count of 
memstore size.
+On the master, you'll see a count of the cluster's requests.
+
+Enabling the _rpc_ context is good if you are interested in seeing
+metrics on each hbase rpc method invocation (counts and time taken).
+
+The _jvm_ context is useful for long-term stats on running hbase jvms -- 
memory used, thread counts, etc. As of this writing, if more than one jvm is 
running emitting metrics, at least in ganglia, the stats are aggregated rather 
than reported per instance.
+
+== Using with JMX
+
+In addition to the standard output contexts supported by the Hadoop 
+metrics package, you can also export HBase metrics via Java Management 
+Extensions (JMX).  This will allow viewing HBase stats in JConsole or 
+any other JMX client.
+
+=== Enable HBase stats collection
+
+To enable JMX support in HBase, first edit 
`$HBASE_HOME/conf/hadoop-metrics.properties` to support metrics refreshing. (If 
you've running 0.94.1 and above, or have already configured 
`hadoop-metrics.properties` for another output context, you can skip this step).
+[source,bash]
+----
+# Configuration of the "hbase" context for null
+hbase.class=org.apache.hadoop.metrics.spi.NullContextWithUpdateThread
+hbase.period=60
+
+# Configuration of the "jvm" context for null
+jvm.class=org.apache.hadoop.metrics.spi.NullContextWithUpdateThread
+jvm.period=60
+
+# Configuration of the "rpc" context for null
+rpc.class=org.apache.hadoop.metrics.spi.NullContextWithUpdateThread
+rpc.period=60
+----
+
+=== Setup JMX Remote Access
+
+For remote access, you will need to configure JMX remote passwords and access 
profiles.  Create the files:
+`$HBASE_HOME/conf/jmxremote.passwd` (set permissions 
+        to 600):: +
+----
+monitorRole monitorpass
+controlRole controlpass
+----
+
+`$HBASE_HOME/conf/jmxremote.access`:: +
+----
+monitorRole readonly
+controlRole readwrite
+----
+
+=== Configure JMX in HBase startup
+
+Finally, edit the `$HBASE_HOME/conf/hbase-env.sh` script to add JMX support:
+[source,bash]
+----
+HBASE_JMX_OPTS="-Dcom.sun.management.jmxremote 
-Dcom.sun.management.jmxremote.ssl=false"
+HBASE_JMX_OPTS="$HBASE_JMX_OPTS 
-Dcom.sun.management.jmxremote.password.file=$HBASE_HOME/conf/jmxremote.passwd"
+HBASE_JMX_OPTS="$HBASE_JMX_OPTS 
-Dcom.sun.management.jmxremote.access.file=$HBASE_HOME/conf/jmxremote.access"
+
+export HBASE_MASTER_OPTS="$HBASE_JMX_OPTS 
-Dcom.sun.management.jmxremote.port=10101"
+export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_OPTS 
-Dcom.sun.management.jmxremote.port=10102"
+----
+
+After restarting the processes you want to monitor, you should now be able to 
run JConsole (included with the JDK since JDK 5.0) to view the statistics via 
JMX.  HBase MBeans are exported under the *`hadoop`* domain in JMX.
+
+
+== Understanding HBase Metrics
+
+For more information on understanding HBase metrics, see the 
link:book.html#hbase_metrics[metrics section] in the Apache HBase Reference 
Guide. 
+

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/old_news.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/old_news.adoc b/src/site/asciidoc/old_news.adoc
new file mode 100644
index 0000000..ae44caa
--- /dev/null
+++ b/src/site/asciidoc/old_news.adoc
@@ -0,0 +1,121 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+
+= Old Apache HBase (TM) News
+
+February 10th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/163139322/[HBase Meetup @ 
Continuuity] in Palo Alto
+
+January 30th, 2014:: 
link:http://www.meetup.com/hbaseusergroup/events/158491762/[HBase Meetup @ 
Apple] in Cupertino
+
+January 30th, 2014:: 
link:http://www.meetup.com/Los-Angeles-HBase-User-group/events/160560282/[Los 
Angeles HBase User Group] in El Segundo
+
+October 24th, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/140759692/[HBase User] and 
link:http://www.meetup.com/hackathon/events/144366512/[Developer] Meetup at 
HortonWorksin Palo Alto
+
+September 26, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/135862292/[HBase Meetup at 
Arista Networks] in San Francisco
+
+August 20th, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/120534362/[HBase Meetup at 
Flurry] in San Francisco
+
+July 16th, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/119929152/[HBase Meetup at 
Twitter] in San Francisco
+
+June 25th, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/119154442/[Hadoop Summit 
Meetup].at San Jose Convention Center
+
+June 14th, 2013:: link:http://kijicon.eventbrite.com/[KijiCon: Building Big 
Data Apps] in San Francisco.
+
+June 13th, 2013:: link:http://www.hbasecon.com/[HBaseCon2013] in San 
Francisco.  Submit an Abstract!
+
+June 12th, 2013:: 
link:http://www.meetup.com/hackathon/events/123403802/[HBaseConHackAthon] at 
the Cloudera office in San Francisco.
+
+April 11th, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/103587852/[HBase Meetup at 
AdRoll] in San Francisco
+
+February 28th, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/96584102/[HBase Meetup at 
Intel Mission Campus]
+
+February 19th, 2013:: 
link:http://www.meetup.com/hackathon/events/103633042/[Developers PowWow] at 
HortonWorks' new digs
+
+January 23rd, 2013:: 
link:http://www.meetup.com/hbaseusergroup/events/91381312/[HBase Meetup at 
WibiData World HQ!]
+
+December 4th, 2012:: 
link:http://www.meetup.com/hackathon/events/90536432/[0.96 Bug Squashing and 
Testing Hackathon] at Cloudera, SF.
+
+October 29th, 2012:: 
link:http://www.meetup.com/hbaseusergroup/events/82791572/[HBase User Group 
Meetup] at Wize Commerce in San Mateo.
+
+October 25th, 2012:: 
link:http://www.meetup.com/HBase-NYC/events/81728932/[Strata/Hadoop World HBase 
Meetup.] in NYC
+
+September 11th, 2012:: 
link:http://www.meetup.com/hbaseusergroup/events/80621872/[Contributor's 
Pow-Wow at HortonWorks HQ.]
+
+August 8th, 2012:: link:http://www.apache.org/dyn/closer.cgi/hbase/[Apache 
HBase 0.94.1 is available for download]
+
+June 15th, 2012:: 
link:http://www.meetup.com/hbaseusergroup/events/59829652/[Birds-of-a-feather] 
in San Jose, day after:: link:http://hadoopsummit.org[Hadoop Summit]
+
+May 23rd, 2012:: 
link:http://www.meetup.com/hackathon/events/58953522/[HackConAthon] in Palo Alto
+
+May 22nd, 2012:: link:http://www.hbasecon.com[HBaseCon2012] in San Francisco
+
+March 27th, 2012:: 
link:http://www.meetup.com/hbaseusergroup/events/56021562/[Meetup @ 
StumbleUpon] in San Francisco
+
+January 19th, 2012:: 
link:http://www.meetup.com/hbaseusergroup/events/46702842/[Meetup @ EBay]
+
+January 23rd, 2012:: Apache HBase 0.92.0 released. 
link:http://www.apache.org/dyn/closer.cgi/hbase/[Download it!]
+
+December 23rd, 2011:: Apache HBase 0.90.5 released. 
link:http://www.apache.org/dyn/closer.cgi/hbase/[Download it!]
+
+November 29th, 2011:: 
link:http://www.meetup.com/hackathon/events/41025972/[Developer Pow-Wow in SF] 
at Salesforce HQ
+
+November 7th, 2011:: 
link:http://www.meetup.com/hbaseusergroup/events/35682812/[HBase Meetup in NYC 
(6PM)] at the AppNexus office
+
+August 22nd, 2011:: 
link:http://www.meetup.com/hbaseusergroup/events/28518471/[HBase Hackathon 
(11AM) and Meetup (6PM)] at FB in PA
+
+June 30th, 2011:: 
link:http://www.meetup.com/hbaseusergroup/events/20572251/[HBase Contributor 
Day], the day after the:: 
link:http://developer.yahoo.com/events/hadoopsummit2011/[Hadoop Summit] hosted 
by Y!
+
+June 8th, 2011:: 
link:http://berlinbuzzwords.de/wiki/hbase-workshop-and-hackathon[HBase 
Hackathon] in Berlin to coincide with:: link:http://berlinbuzzwords.de/[Berlin 
Buzzwords]
+
+May 19th, 2011: Apache HBase 0.90.3 released. 
link:http://www.apache.org/dyn/closer.cgi/hbase/[Download it!]
+
+April 12th, 2011: Apache HBase 0.90.2 released. 
link:http://www.apache.org/dyn/closer.cgi/hbase/[Download it!]
+
+March 21st, 2011:: link:http://www.meetup.com/hackathon/events/16770852/[HBase 
0.92 Hackathon at StumbleUpon, SF]
+February 22nd, 2011:: 
link:http://www.meetup.com/hbaseusergroup/events/16492913/[HUG12: February 
HBase User Group at StumbleUpon SF]
+December 13th, 2010:: 
link:http://www.meetup.com/hackathon/calendar/15597555/[HBase Hackathon: 
Coprocessor Edition]
+November 19th, 2010:: link:http://huguk.org/[Hadoop HUG in London] is all 
about Apache HBase
+November 15-19th, 2010:: 
link:http://www.devoxx.com/display/Devoxx2K10/Home[Devoxx] features HBase 
Training and multiple HBase presentations
+
+October 12th, 2010:: HBase-related presentations by core contributors and 
users at:: 
link:http://www.cloudera.com/company/press-center/hadoop-world-nyc/[Hadoop 
World 2010]
+
+October 11th, 2010:: 
link:http://www.meetup.com/hbaseusergroup/calendar/14606174/[HUG-NYC: HBase 
User Group NYC Edition] (Night before Hadoop World)
+June 30th, 2010:: 
link:http://www.meetup.com/hbaseusergroup/calendar/13562846/[Apache HBase 
Contributor Workshop] (Day after Hadoop Summit)
+May 10th, 2010:: Apache HBase graduates from Hadoop sub-project to Apache Top 
Level Project 
+
+April 19, 2010:: Signup for 
link:http://www.meetup.com/hbaseusergroup/calendar/12689490/[HBase User Group 
Meeting, HUG10] hosted by Trend Micro
+
+March 10th, 2010:: 
link:http://www.meetup.com/hbaseusergroup/calendar/12689351/[HBase User Group 
Meeting, HUG9] hosted by Mozilla
+
+January 27th, 2010:: Sign up for the 
link:http://www.meetup.com/hbaseusergroup/calendar/12241393/[HBase User Group 
Meeting, HUG8], at StumbleUpon in SF
+
+September 8th, 2010:: Apache HBase 0.20.0 is faster, stronger, slimmer, and 
sweeter tasting than any previous Apache HBase release.  Get it off the 
link:http://www.apache.org/dyn/closer.cgi/hbase/[Releases] page.
+
+November 2-6th, 2009:: link:http://dev.us.apachecon.com/c/acus2009/[ApacheCon] 
in Oakland. The Apache Foundation will be celebrating its 10th anniversary in 
beautiful Oakland by the Bay. Lots of good talks and meetups including an HBase 
presentation by a couple of the lads.
+
+October 2nd, 2009:: HBase at Hadoop World in NYC. A few of us will be talking 
on Practical HBase out east at 
link:http://www.cloudera.com/hadoop-world-nyc[Hadoop World: NYC].
+
+August 7th-9th, 2009:: HUG7 and HBase Hackathon at StumbleUpon in SF: Sign up 
for the:: link:http://www.meetup.com/hbaseusergroup/calendar/10950511/[HBase 
User Group Meeting, HUG7] or for the 
link:http://www.meetup.com/hackathon/calendar/10951718/[Hackathon] or for both 
(all are welcome!).
+
+June, 2009::  HBase at HadoopSummit2009 and at NOSQL: See the 
link:http://wiki.apache.org/hadoop/HBase/HBasePresentations[presentations]
+
+March 3rd, 2009 :: HUG6 -- 
link:http://www.meetup.com/hbaseusergroup/calendar/9764004/[HBase User Group 6]
+
+January 30th, 2009:: LA Hbackathon: 
link:http://www.meetup.com/hbasela/calendar/9450876/[HBase January Hackathon 
Los Angeles] at link:http://streamy.com[Streamy] in Manhattan Beach
+

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/pseudo-distributed.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/pseudo-distributed.adoc 
b/src/site/asciidoc/pseudo-distributed.adoc
new file mode 100644
index 0000000..d13c63b
--- /dev/null
+++ b/src/site/asciidoc/pseudo-distributed.adoc
@@ -0,0 +1,23 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+
+
+= Running Apache HBase (TM) in pseudo-distributed mode
+This page has been retired.  The contents have been moved to the 
link:book.html#distributed[Distributed Operation: Pseudo- and Fully-distributed 
modes] section in the Reference Guide.
+

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/replication.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/replication.adoc 
b/src/site/asciidoc/replication.adoc
new file mode 100644
index 0000000..9089754
--- /dev/null
+++ b/src/site/asciidoc/replication.adoc
@@ -0,0 +1,22 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+
+= Apache HBase (TM) Replication
+
+This information has been moved to link:book.html#cluster_replication"[the 
Cluster Replication] section of the link:book.html[Apache HBase Reference 
Guide].

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/resources.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/resources.adoc b/src/site/asciidoc/resources.adoc
new file mode 100644
index 0000000..fef217e
--- /dev/null
+++ b/src/site/asciidoc/resources.adoc
@@ -0,0 +1,27 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+= Other Apache HBase (TM) Resources
+
+== Books
+HBase: The Definitive Guide:: 
link:http://shop.oreilly.com/product/0636920014348.do[HBase: The Definitive 
Guide, _Random Access to Your Planet-Size Data_] by Lars George. Publisher: 
O'Reilly Media, Released: August 2011, Pages: 556.
+
+HBase In Action:: link:http://www.manning.com/dimidukkhurana[HBase In Action] 
By Nick Dimiduk and Amandeep Khurana.  Publisher: Manning, MEAP Began: January 
2012, Softbound print: Fall 2012, Pages: 350.
+
+HBase Administration Cookbook:: 
link:http://www.packtpub.com/hbase-administration-for-optimum-database-performance-cookbook/book[HBase
 Administration Cookbook] by Yifeng Jiang.  Publisher: PACKT Publishing, 
Release: Expected August 2012, Pages: 335.
+

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/asciidoc/sponsors.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/sponsors.adoc b/src/site/asciidoc/sponsors.adoc
new file mode 100644
index 0000000..4d7ebf3
--- /dev/null
+++ b/src/site/asciidoc/sponsors.adoc
@@ -0,0 +1,36 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+////
+
+= Apache HBase(TM) Sponsors
+
+First off, thanks to link:http://www.apache.org/foundation/thanks.html[all who 
sponsor] our parent, the Apache Software Foundation.
+
+The below companies have been gracious enough to provide their commerical tool 
offerings free of charge to the Apache HBase(TM) project.
+
+* The crew at link:http://www.ej-technologies.com/[ej-technologies] have been 
letting us use 
link:http://www.ej-technologies.com/products/jprofiler/overview.html[JProfiler] 
for years now. 
+
+* The lads at link:http://headwaysoftware.com/[headway software] have given us 
a license for 
link:http://headwaysoftware.com/products/?code=Restructure101[Restructure101] 
so we can untangle our interdependency mess.
+
+* link:http://www.yourkit.com[YourKit] allows us to use their 
link:http://www.yourkit.com/overview/index.jsp[Java Profiler].
+* Some of us use link:http://www.jetbrains.com/idea[IntelliJ IDEA] thanks to 
link:http://www.jetbrains.com/[JetBrains].
+* Thank you to Boris at link:http://www.vectorportal.com/[Vector Portal] for 
granting us a license on the image on which our logo is based.
+
+== Sponsoring the Apache Software Foundation">
+To contribute to the Apache Software Foundation, a good idea in our opinion, 
see the link:http://www.apache.org/foundation/sponsorship.html[ASF Sponsorship] 
page.
+

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/custom/project-info-report.properties
----------------------------------------------------------------------
diff --git a/src/site/custom/project-info-report.properties 
b/src/site/custom/project-info-report.properties
new file mode 100644
index 0000000..912339e
--- /dev/null
+++ b/src/site/custom/project-info-report.properties
@@ -0,0 +1,303 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
+report.cim.access                                                  = Access
+report.cim.anthill.intro                                           = Apache 
HBase™ uses {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Apache 
HBase™ uses {Bamboo, http://www.atlassian.com/software/bamboo/}.
+report.cim.buildforge.intro                                        = Apache 
HBase™ uses {Build Forge, 
http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
+report.cim.continuum.intro                                         = Apache 
HBase™ uses {Continuum, http://continuum.apache.org/}.
+report.cim.cruisecontrol.intro                                     = Apache 
HBase™ uses {CruiseControl, http://cruisecontrol.sourceforge.net/}.
+report.cim.description                                             = These are 
the definitions of all continuous integration processes that builds and tests 
code on a frequent, regular basis.
+report.cim.general.intro                                           = Apache 
HBase™ uses Continuous Integration System.
+report.cim.hudson.intro                                            = Apache 
HBase™ uses {Hudson, http://hudson-ci.org/}.
+report.cim.jenkins.intro                                           = Apache 
HBase™ uses {Jenkins, http://jenkins-ci.org/}.
+report.cim.luntbuild.intro                                         = Apache 
HBase™ uses {Luntbuild, http://luntbuild.javaforge.com/}.
+report.cim.travis.intro                                            = Apache 
HBase™ uses {Travis CI, https://travis-ci.org/}.
+report.cim.name                                                    = 
Continuous Integration
+report.cim.nocim                                                   = No 
continuous integration management system is defined. Please check back at a 
later date.
+report.cim.notifiers.column.address                                = Address
+report.cim.notifiers.column.configuration                          = 
Configuration
+report.cim.notifiers.column.type                                   = Type
+report.cim.notifiers.intro                                         = 
Configuration for notifying developers/users when a build is unsuccessful, 
including user information and notification mode.
+report.cim.notifiers.nolist                                        = No 
notifiers are defined. Please check back at a later date.
+report.cim.notifiers.title                                         = Notifiers
+report.cim.nourl                                                   = No url to 
the continuous integration system is defined.
+report.cim.overview.title                                          = Overview
+report.cim.title                                                   = 
Continuous Integration
+report.cim.url                                                     = This is a 
link to the continuous integration system used by the project:
+report.dependencies.column.artifactId                              = ArtifactId
+report.dependencies.column.classifier                              = Classifier
+report.dependencies.column.description                             = 
Description
+report.dependencies.column.groupId                                 = GroupId
+report.dependencies.column.license                                 = License
+report.dependencies.column.optional                                = Optional
+report.dependencies.column.isOptional                              = Yes
+report.dependencies.column.isNotOptional                           = No
+report.dependencies.column.type                                    = Type
+report.dependencies.column.url                                     = URL
+report.dependencies.column.version                                 = Version
+report.dependencies.description                                    = This is a 
list of project's dependencies and provides information on each dependency.
+report.dependencies.file.details.cell.debuginformation.yes         = Yes
+report.dependencies.file.details.cell.debuginformation.no          = No
+report.dependencies.file.details.column.classes                    = Classes
+report.dependencies.file.details.column.debuginformation           = Debug 
Information
+report.dependencies.file.details.column.entries                    = Entries
+report.dependencies.file.details.column.file                       = Filename
+report.dependencies.file.details.column.javaVersion                = Java 
Version
+report.dependencies.file.details.column.packages                   = Packages
+report.dependencies.file.details.column.sealed                     = Sealed
+report.dependencies.file.details.column.size                       = Size
+report.dependencies.file.details.column.size.gb                    = GB
+report.dependencies.file.details.column.size.mb                    = MB
+report.dependencies.file.details.column.size.kb                    = kB
+report.dependencies.file.details.columntitle.debuginformation      = Indicates 
whether these dependencies have been compiled with debug information.
+report.dependencies.file.details.title                             = 
Dependency File Details
+report.dependencies.file.details.total                             = Total
+report.dependencies.graph.tables.licenses                          = Licenses
+report.dependencies.graph.tables.unknown                           = Unknown
+report.dependencies.graph.title                                    = Apache 
HBase™ Dependency Graph
+report.dependencies.graph.tree.title                               = 
Dependency Tree
+report.dependencies.intro.compile                                  = This is a 
list of compile dependencies for Apache HBase™. These dependencies are 
required to compile and run the application:
+report.dependencies.intro.provided                                 = This is a 
list of provided dependencies for Apache HBase™. These dependencies are 
required to compile the application, but should be provided by default when 
using the library:
+report.dependencies.intro.runtime                                  = This is a 
list of runtime dependencies for Apache HBase™. These dependencies are 
required to run the application:
+report.dependencies.intro.system                                   = This is a 
list of system dependencies for Apache HBase™. These dependencies are 
required to compile the application:
+report.dependencies.intro.test                                     = This is a 
list of test dependencies for Apache HBase™. These dependencies are only 
required to compile and run unit tests for the application:
+report.dependencies.name                                           = 
Dependencies
+report.dependencies.nolist                                         = There are 
no dependencies for Apache HBase™. It is a standalone application that 
does not depend on any other project.
+report.dependencies.repo.locations.artifact.breakdown              = 
Repository locations for each of the Dependencies.
+report.dependencies.repo.locations.cell.release.disabled           = No
+report.dependencies.repo.locations.cell.release.enabled            = Yes
+report.dependencies.repo.locations.cell.snapshot.disabled          = No
+report.dependencies.repo.locations.cell.snapshot.enabled           = Yes
+report.dependencies.repo.locations.cell.blacklisted.disabled       = No
+report.dependencies.repo.locations.cell.blacklisted.enabled        = Yes
+report.dependencies.repo.locations.column.artifact                 = Artifact
+report.dependencies.repo.locations.column.blacklisted              = 
Blacklisted
+report.dependencies.repo.locations.column.release                  = Release
+report.dependencies.repo.locations.column.repoid                   = Repo ID
+report.dependencies.repo.locations.column.snapshot                 = Snapshot
+report.dependencies.repo.locations.column.url                      = URL
+report.dependencies.repo.locations.title                           = 
Dependency Repository Locations
+report.dependencies.title                                          = Apache 
HBase™ Dependencies
+report.dependencies.unnamed                                        = Unnamed
+report.dependencies.transitive.intro                               = This is a 
list of transitive dependencies for Apache HBase™. Transitive 
dependencies are the dependencies of the project dependencies.
+report.dependencies.transitive.nolist                              = No 
transitive dependencies are required for Apache HBase™.
+report.dependencies.transitive.title                               = Apache 
HBase™ Transitive Dependencies
+report.dependency-convergence.convergence.caption                  = 
Dependencies used in modules
+report.dependency-convergence.convergence.single.caption           = 
Dependencies used in Apache HBase™
+report.dependency-convergence.description                          = This is 
the convergence of dependency versions across the entire project and its 
sub-modules.
+report.dependency-convergence.legend                               = Legend:
+report.dependency-convergence.legend.different                     = At least 
one dependency has a differing version of the dependency or has SNAPSHOT 
dependencies.
+report.dependency-convergence.legend.shared                        = All 
modules/dependencies share one version of the dependency.
+report.dependency-convergence.name                                 = 
Dependency Convergence
+report.dependency-convergence.reactor.name                         = Reactor 
Dependency Convergence
+report.dependency-convergence.reactor.title                        = Reactor 
Dependency Convergence
+report.dependency-convergence.stats.artifacts                      = Number of 
unique artifacts (NOA):
+report.dependency-convergence.stats.caption                        = 
Statistics:
+report.dependency-convergence.stats.convergence                    = 
Convergence (NOD/NOA):
+report.dependency-convergence.stats.dependencies                   = Number of 
dependencies (NOD):
+report.dependency-convergence.stats.readyrelease                   = Ready for 
release (100 % convergence and no SNAPSHOTS):
+report.dependency-convergence.stats.readyrelease.error             = Error
+report.dependency-convergence.stats.readyrelease.error.convergence = There is 
less than 100 % convergence.
+report.dependency-convergence.stats.readyrelease.error.snapshots   = There are 
SNAPSHOT dependencies.
+report.dependency-convergence.stats.readyrelease.success           = Success
+report.dependency-convergence.stats.conflicting                    = Number of 
version-conflicting artifacts (NOC):
+report.dependency-convergence.stats.snapshots                      = Number of 
SNAPSHOT artifacts (NOS):
+report.dependency-convergence.stats.modules                        = Number of 
modules:
+report.dependency-convergence.title                                = 
Dependency Convergence
+report.dependency-info.name                                        = 
Dependency Information
+report.dependency-info.title                                       = 
Dependency Information
+report.dependency-info.description                                 = These are 
instructions for including Apache HBase™ as a dependency using various 
dependency management tools.
+report.index.nodescription                                         = There is 
currently no description associated with Apache HBase™.
+report.index.title                                                 = About 
Apache HBase™
+report.issuetracking.bugzilla.intro                                = Apache 
HBase™ uses {Bugzilla, http://www.bugzilla.org/}.
+report.issuetracking.custom.intro                                  = Apache 
HBase™ uses %issueManagementSystem% to manage its issues.
+report.issuetracking.description                                   = Apache 
HBase™ uses the following issue management system(s).
+report.issuetracking.general.intro                                 = Apache 
HBase™ uses an Issue Management System to manage its issues.
+report.issuetracking.intro                                         = Issues, 
bugs, and feature requests should be submitted to the following issue tracking 
system for Apache HBase™.
+report.issuetracking.jira.intro                                    = Apache 
HBase™ uses {JIRA, http://www.atlassian.com/software/jira}.
+report.issuetracking.name                                          = Issue 
Tracking
+report.issuetracking.noissueManagement                             = No issue 
management system is defined. Please check back at a later date.
+report.issuetracking.overview.title                                = Overview
+report.issuetracking.scarab.intro                                  = Apache 
HBase™ uses {Scarab, http://scarab.tigris.org/}.
+report.issuetracking.title                                         = Issue 
Tracking
+report.license.description                                         = Apache 
HBase™ uses the following project license(s).
+report.license.multiple                                            = Apache 
HBase™ is provided under multiple licenses:
+report.license.name                                                = Apache 
HBase™ License
+report.license.nolicense                                           = No 
license is defined for Apache HBase™.
+report.license.overview.intro                                      = This is 
the license for the Apache HBase project itself, but not necessarily its 
dependencies.
+report.license.overview.title                                      = Overview
+report.license.originalText                                        = [Original 
text]
+report.license.copy                                                = Copy of 
the license follows:
+report.license.title                                               = Apache 
HBase™ License
+report.license.unnamed                                             = Unnamed
+report.mailing-lists.column.archive                                = Archive
+report.mailing-lists.column.name                                   = Name
+report.mailing-lists.column.otherArchives                          = Other 
Archives
+report.mailing-lists.column.post                                   = Post
+report.mailing-lists.column.subscribe                              = Subscribe
+report.mailing-lists.column.unsubscribe                            = 
Unsubscribe
+report.mailing-lists.description                                   = These are 
Apache HBase™'s mailing lists.
+report.mailing-lists.intro                                         = For each 
list, links are provided to subscribe, unsubscribe, and view archives.
+report.mailing-lists.name                                          = Mailing 
Lists
+report.mailing-lists.nolist                                        = There are 
no mailing lists currently associated with Apache HBase™.
+report.mailing-lists.title                                         = Apache 
HBase™ Mailing Lists
+report.scm.accessbehindfirewall.cvs.intro                          = If you 
are behind a firewall that blocks HTTP access to the CVS repository, you can 
use the {CVSGrab, http://cvsgrab.sourceforge.net/} web interface to checkout 
the source code.
+report.scm.accessbehindfirewall.general.intro                      = Refer to 
the documentation of the SCM used for more information about access behind a 
firewall.
+report.scm.accessbehindfirewall.svn.intro                          = If you 
are behind a firewall that blocks HTTP access to the Subversion repository, you 
can try to access it via the developer connection:
+report.scm.accessbehindfirewall.title                              = Access 
from Behind a Firewall
+report.scm.accessthroughtproxy.svn.intro1                          = The 
Subversion client can go through a proxy, if you configure it to do so. First, 
edit your "servers" configuration file to indicate which proxy to use. The 
file's location depends on your operating system. On Linux or Unix it is 
located in the directory "~/.subversion". On Windows it is in 
"%APPDATA%\\Subversion". (Try "echo %APPDATA%", note this is a hidden 
directory.)
+report.scm.accessthroughtproxy.svn.intro2                          = There are 
comments in the file explaining what to do. If you don't have that file, get 
the latest Subversion client and run any command; this will cause the 
configuration directory and template files to be created.
+report.scm.accessthroughtproxy.svn.intro3                          = Example: 
Edit the 'servers' file and add something like:
+report.scm.accessthroughtproxy.title                               = Access 
Through a Proxy
+report.scm.anonymousaccess.cvs.intro                               = Apache 
HBase™'s CVS repository can be checked out through anonymous CVS with the 
following instruction set. When prompted for a password for anonymous, simply 
press the Enter key.
+report.scm.anonymousaccess.general.intro                           = Refer to 
the documentation of the SCM used for more information about anonymously check 
out. The connection url is:
+report.scm.anonymousaccess.git.intro                               = The 
source can be checked out anonymously from Git with this command (See 
{http://git-scm.com/docs/git-clone,http://git-scm.com/docs/git-clone}):
+report.scm.anonymousaccess.hg.intro                                = The 
source can be checked out anonymously from Mercurial with this command (See 
{http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}):
+report.scm.anonymousaccess.svn.intro                               = The 
source can be checked out anonymously from Subversion with this command:
+report.scm.anonymousaccess.title                                   = Anonymous 
Access
+report.scm.clearcase.intro                                         = Apache 
HBase™ uses {ClearCase, 
http://www-306.ibm.com/software/awdtools/clearcase/} to manage its source code. 
Informations on ClearCase use can be found at 
{http://www.redbooks.ibm.com/redbooks/pdfs/sg246399.pdf, 
http://www.redbooks.ibm.com/redbooks/pdfs/sg246399.pdf}.
+report.scm.cvs.intro                                               = Apache 
HBase™ uses {Concurrent Versions System, http://www.cvshome.org/} to 
manage its source code. Instructions on CVS use can be found at 
{http://cvsbook.red-bean.com/, http://cvsbook.red-bean.com/}.
+report.scm.description                                             = This 
document lists ways to access the online source repository.
+report.scm.devaccess.clearcase.intro                               = Only 
project developers can access the ClearCase tree via this method. Substitute 
username with the proper value.
+report.scm.devaccess.cvs.intro                                     = Only 
project developers can access the CVS tree via this method. Substitute username 
with the proper value.
+report.scm.devaccess.general.intro                                 = Refer to 
the documentation of the SCM used for more information about developer check 
out. The connection url is:
+report.scm.devaccess.git.intro                                     = Only 
project developers can access the Git tree via this method (See 
{http://git-scm.com/docs/git-clone,http://git-scm.com/docs/git-clone}).
+report.scm.devaccess.hg.intro                                      = Only 
project developers can access the Mercurial tree via this method (See 
{http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}).
+report.scm.devaccess.perforce.intro                                = Only 
project developers can access the Perforce tree via this method. Substitute 
username and password with the proper values.
+report.scm.devaccess.starteam.intro                                = Only 
project developers can access the Starteam tree via this method. Substitute 
username with the proper value.
+report.scm.devaccess.svn.intro1.https                              = Everyone 
can access the Subversion repository via HTTP, but committers must checkout the 
Subversion repository via HTTPS.
+report.scm.devaccess.svn.intro1.other                              = 
Committers must checkout the Subversion repository.
+report.scm.devaccess.svn.intro1.svn                                = 
Committers must checkout the Subversion repository via SVN.
+report.scm.devaccess.svn.intro1.svnssh                             = 
Committers must checkout the Subversion repository via SVN+SSH.
+report.scm.devaccess.svn.intro2                                    = To commit 
changes to the repository, execute the following command to commit your changes 
(svn will prompt you for your password):
+report.scm.devaccess.title                                         = Developer 
Access
+report.scm.general.intro                                           = Apache 
HBase™ uses a Source Content Management System to manage its source code.
+report.scm.name                                                    = Source 
Repository
+report.scm.noscm                                                   = No source 
configuration management system is defined. Please check back at a later date.
+report.scm.overview.title                                          = Overview
+report.scm.git.intro                                               = Apache 
HBase™ uses {Git, http://git-scm.com/} to manage its source code. 
Instructions on Git use can be found at 
{http://git-scm.com/documentation,http://git-scm.com/documentation}.
+report.scm.hg.intro                                                = Apache 
HBase™ uses {Mercurial, http://mercurial.selenic.com/wiki/} to manage its 
source code. Instructions on Mercurial use can be found at 
{http://hgbook.red-bean.com/read/, http://hgbook.red-bean.com/read/}.
+report.scm.perforce.intro                                          = Apache 
HBase™ uses {Perforce, http://www.perforce.com/} to manage its source 
code. Instructions on Perforce use can be found at 
{http://www.perforce.com/perforce/doc.051/manuals/cmdref/index.html, 
http://www.perforce.com/perforce/doc.051/manuals/cmdref/index.html}.
+report.scm.starteam.intro                                          = Apache 
HBase™ uses {Starteam, http://www.borland.com/us/products/starteam/} to 
manage its source code.
+report.scm.svn.intro                                               = Apache 
HBase™ uses {Subversion, http://subversion.apache.org/} to manage its 
source code. Instructions on Subversion use can be found at 
{http://svnbook.red-bean.com/, http://svnbook.red-bean.com/}.
+report.scm.title                                                   = Source 
Repository
+report.scm.webaccess.nourl                                         = There is 
no browsable version of the source repository listed for Apache HBase™. 
Please check back again later.
+report.scm.webaccess.title                                         = Web 
Browser Access
+report.scm.webaccess.url                                           = The 
following is a link to a browsable version of the source repository:
+report.summary.build.artifactid                                    = ArtifactId
+report.summary.build.groupid                                       = GroupId
+report.summary.build.javaVersion                                   = Java 
Version
+report.summary.build.title                                         = Build 
Information
+report.summary.build.type                                          = Type
+report.summary.build.version                                       = Version
+report.summary.description                                         = This 
document lists other related information of Apache HBase™
+report.summary.field                                               = Field
+report.summary.general.description                                 = 
Description
+report.summary.general.homepage                                    = Homepage
+report.summary.general.name                                        = Name
+report.summary.general.title                                       = Project 
Information
+report.summary.name                                                = Project 
Summary
+report.summary.organization.name                                   = Name
+report.summary.organization.title                                  = Project 
Organization
+report.summary.organization.url                                    = URL
+report.summary.noorganization                                      = Apache 
HBase™ does not belong to an organization.
+report.summary.title                                               = Project 
Summary
+report.summary.value                                               = Value
+report.summary.download                                            = Download
+report.team-list.contributors.actualtime                           = Actual 
Time (GMT)
+report.team-list.contributors.email                                = Email
+report.team-list.contributors.intro                                = The 
following additional people have contributed to Apache HBase™ through the 
way of suggestions, patches or documentation.
+report.team-list.contributors.image                                = Image
+report.team-list.contributors.name                                 = Name
+report.team-list.contributors.organization                         = 
Organization
+report.team-list.contributors.organizationurl                      = 
Organization URL
+report.team-list.contributors.properties                           = Properties
+report.team-list.contributors.roles                                = Roles
+report.team-list.contributors.timezone                             = Time Zone
+report.team-list.contributors.title                                = 
Contributors
+report.team-list.contributors.url                                  = URL
+report.team-list.description                                       = These are 
the members of the Apache HBase™ project. These are the individuals who 
have contributed to the project in one form or another.
+report.team-list.developers.actualtime                             = Actual 
Time (GMT)
+report.team-list.developers.email                                  = Email
+report.team-list.developers.image                                  = Image
+report.team-list.developers.id                                     = Id
+report.team-list.developers.intro                                  = These are 
the developers with commit privileges that have directly contributed to the 
project in one way or another.
+report.team-list.developers.name                                   = Name
+report.team-list.developers.organization                           = 
Organization
+report.team-list.developers.organizationurl                        = 
Organization URL
+report.team-list.developers.properties                             = Properties
+report.team-list.developers.roles                                  = Roles
+report.team-list.developers.timezone                               = Time Zone
+report.team-list.developers.title                                  = Members
+report.team-list.developers.url                                    = URL
+report.team-list.intro.description1                                = A 
successful project requires many people to play many roles. Some members write 
code or documentation, while others are valuable as testers, submitting patches 
and suggestions.
+report.team-list.intro.description2                                = The team 
is comprised of Members and Contributors. Members have direct access to the 
source of a project and actively evolve the code-base. Contributors improve the 
project through submission of patches and suggestions to the Members. The 
number of Contributors to the project is unbounded. Get involved today. All 
contributions to the project are greatly appreciated.
+report.team-list.intro.title                                       = The Team
+report.team-list.name                                              = Project 
Team
+report.team-list.nocontributor                                     = Apache 
HBase™ does not maintain a list of contributors.
+report.team-list.nodeveloper                                       = Apache 
HBase™ does not maintain a list of developers.
+report.team-list.title                                             = Project 
Team
+report.dependencyManagement.name                                   = 
Dependency Management
+report.dependencyManagement.description                            = This 
document lists the dependencies that are defined through dependencyManagement.
+report.dependencyManagement.title                                  = Project 
Dependency Management
+report.dependencyManagement.nolist                                 = There are 
no dependencies in the DependencyManagement of Apache HBase™.
+report.dependencyManagement.column.groupId                         = GroupId
+report.dependencyManagement.column.artifactId                      = ArtifactId
+report.dependencyManagement.column.version                         = Version
+report.dependencyManagement.column.classifier                      = Classifier
+report.dependencyManagement.column.type                            = Type
+report.dependencyManagement.column.license                         = License
+report.dependencyManagement.intro.compile                          = The 
following is a list of compile dependencies in the DependencyManagement of 
Apache HBase™. These dependencies can be included in the submodules to 
compile and run the submodule:
+report.dependencyManagement.intro.provided                         = The 
following is a list of provided dependencies in the DependencyManagement of 
Apache HBase™. These dependencies can be included in the submodules to 
compile the submodule, but should be provided by default when using the library:
+report.dependencyManagement.intro.runtime                          = The 
following is a list of runtime dependencies in the DependencyManagement of 
Apache HBase™. These dependencies can be included in the submodules to 
run the submodule:
+report.dependencyManagement.intro.system                           = The 
following is a list of system dependencies in the DependencyManagement of 
Apache HBase™. These dependencies can be included in the submodules to 
compile the submodule:
+report.dependencyManagement.intro.test                             = The 
following is a list of test dependencies in the DependencyManagement of Apache 
HBase™. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+report.pluginManagement.nolist                                     = There are 
no plugins defined in the PluginManagement part of Apache HBase™.
+report.pluginManagement.name                                       = Plugin 
Management
+report.pluginManagement.description                                = This 
document lists the plugins that are defined through pluginManagement.
+report.pluginManagement.title                                      = Project 
Plugin Management
+report.plugins.name                                                = Project 
Plugins
+report.plugins.description                                         = This 
document lists the build plugins and the report plugins used by Apache 
HBase™.
+report.plugins.title                                               = Project 
Build Plugins
+report.plugins.report.title                                        = Project 
Report Plugins
+report.plugins.nolist                                              = There are 
no plugins defined in the Build part of Apache HBase™.
+report.plugins.report.nolist                                       = There are 
no plugins reports defined in the Reporting part of Apache HBase™.
+report.modules.nolist                                              = There are 
no modules declared in Apache HBase™.
+report.modules.name                                                = Project 
Modules
+report.modules.description                                         = This 
document lists the modules (sub-projects) of Apache HBase™.
+report.modules.title                                               = Project 
Modules
+report.modules.intro                                               = Apache 
HBase™ has declared the following modules:
+report.modules.header.name                                         = Name
+report.modules.header.description                                  = 
Description
+report.distributionManagement.name                                 = 
Distribution Management
+report.distributionManagement.description                          = This 
document provides informations on the distribution management of Apache 
HBase™.
+report.distributionManagement.title                                = Project 
Distribution Management
+report.distributionManagement.nodistributionmanagement             = No 
distribution management is defined for Apache HBase™.
+report.distributionManagement.overview.title                       = Overview
+report.distributionManagement.overview.intro                       = The 
following is the distribution management information used by Apache 
HBase™.
+report.distributionManagement.downloadURL                          = Download 
URL
+report.distributionManagement.repository                           = Repository
+report.distributionManagement.snapshotRepository                   = Snapshot 
Repository
+report.distributionManagement.site                                 = Site
+report.distributionManagement.relocation                           = Relocation
+report.distributionManagement.field                                = Field
+report.distributionManagement.value                                = Value
+report.distributionManagement.relocation.groupid                   = GroupId
+report.distributionManagement.relocation.artifactid                = ArtifactId
+report.distributionManagement.relocation.version                   = Version
+report.distributionManagement.relocation.message                   = Message

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/.htaccess
----------------------------------------------------------------------
diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess
new file mode 100644
index 0000000..20bf651
--- /dev/null
+++ b/src/site/resources/.htaccess
@@ -0,0 +1,8 @@
+
+# Redirect replication URL to the right section of the book
+# Rule added 2015-1-12 -- can be removed in 6 months
+Redirect permanent /replication.html /book.html#_cluster_replication
+
+# Redirect old page-per-chapter book sections to new single file.
+RedirectMatch permanent ^/book/(.*)\.html$ /book.html#$1
+RedirectMatch permanent ^/book/$ /book.html

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/book/.empty
----------------------------------------------------------------------
diff --git a/src/site/resources/book/.empty b/src/site/resources/book/.empty
new file mode 100644
index 0000000..5513814
--- /dev/null
+++ b/src/site/resources/book/.empty
@@ -0,0 +1 @@
+# This directory is here so that we can have rewrite rules in our .htaccess to 
maintain old links. Otherwise we fall under some top-level niceness redirects 
because we have a file named book.html.

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
new file mode 100644
index 0000000..3f42f5a
--- /dev/null
+++ b/src/site/resources/css/site.css
@@ -0,0 +1,118 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css);
+@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.css);*/
+html {
+  background-color: #fff;
+}
+body {
+  font-size: 16px;
+}
+li {
+  line-height: 120%;
+}
+
+div#topbar,
+div#banner,
+div#breadcrumbs,
+div#bodyColumn,
+footer {
+  width: initial;
+  padding-left: 20px;
+  padding-right: 20px;
+  clear: both;
+}
+footer {
+  background-color: #e5e5e5;
+}
+footer .row, footer p, footer .pull-right {
+  margin: 5px;
+}
+div#search-form.navbar-search.pull-right {
+  width: 290px;
+  margin-right: 0;
+  margin-top: -5px;
+  margin-left: 0;
+  position: initial;
+}
+li#publishDate.pull-right {
+  list-style: none;
+}
+.container,
+.navbar-static-top .container,
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container,
+.navbar-inner {
+  width: initial;
+}
+/* Change the color and effect when clicking in menus */
+.dropdown-menu>li>a:hover,
+.dropdown-menu>li>a:focus,
+.dropdown-submenu:hover>a,
+.dropdown-submenu:focus>a {
+  background-color: #e5e5e5;
+  background-image: none;
+  color: #000;
+  font-weight: bolder;
+}
+
+.dropdown-backdrop {
+  position: static;
+}
+
+@media only screen and (max-width: 979px) {
+  body {
+    padding-left: 0;
+    padding-right: 0;
+    width: initial;
+    margin: 0;
+  }
+  /* Without this rule, drop-down divs are a fixed height
+   * the first time they are expanded */
+  .collapse.in {
+      height: auto !important;
+  }
+  div#search-form.navbar-search.pull-right {
+    padding: 0;
+    margin-left: ;
+    width: initial;
+    clear: both;
+  }
+}
+
+/* Fix Google Custom Search results on very narrow screens */
+@media(max-width: 480px) {
+    .gsc-overflow-hidden .nav-collapse {
+        -webkit-transform: none;
+    }
+}
+
+/* Override weird body padding thing that causes scrolling */
+@media (max-width: 767px)
+body {
+    padding-right: 0;
+    padding-left: 0;
+}
+
+@media (max-width: 767px)
+.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
+  margin-left: 0;
+  margin-right: 0;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/doap_Hbase.rdf
----------------------------------------------------------------------
diff --git a/src/site/resources/doap_Hbase.rdf 
b/src/site/resources/doap_Hbase.rdf
new file mode 100644
index 0000000..46082a1
--- /dev/null
+++ b/src/site/resources/doap_Hbase.rdf
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+  <Project rdf:about="http://hbase.apache.org";>
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache HBase</name>
+    <homepage rdf:resource="http://hbase.apache.org"; />
+    <asfext:pmc rdf:resource="http://hbase.apache.org"; />
+    <shortdesc>Apache HBase software is the Hadoop database. Think of it as a 
distributed, scalable, big data store.</shortdesc>
+    <description>Use Apache HBase software when you need random, realtime 
read/write access to your Big Data. This project's goal is the hosting of very 
large tables -- billions of rows X millions of columns -- atop clusters of 
commodity hardware. HBase is an open-source, distributed, versioned, 
column-oriented store modeled after Google's Bigtable: A Distributed Storage 
System for Structured Data by Chang et al. Just as Bigtable leverages the 
distributed data storage provided by the Google File System, HBase provides 
Bigtable-like capabilities on top of Hadoop and HDFS. </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HBASE"; />
+    <mailing-list rdf:resource="http://hbase.apache.org/mail-lists.html"; />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/hbase/"; 
/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database"; />
+    <release>
+      <Version>
+        <name>Apache hbase </name>
+        <created>2015-07-23</created>
+        <revision>2.0.0-SNAPSHOT</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="git://git.apache.org/hbase.git"/>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=hbase.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache HBase PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:d...@hbase.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/architecture.gif
----------------------------------------------------------------------
diff --git a/src/site/resources/images/architecture.gif 
b/src/site/resources/images/architecture.gif
new file mode 100644
index 0000000..8d84a23
Binary files /dev/null and b/src/site/resources/images/architecture.gif differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/bc_basic.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/bc_basic.png 
b/src/site/resources/images/bc_basic.png
new file mode 100644
index 0000000..231de93
Binary files /dev/null and b/src/site/resources/images/bc_basic.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/bc_config.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/bc_config.png 
b/src/site/resources/images/bc_config.png
new file mode 100644
index 0000000..53250cf
Binary files /dev/null and b/src/site/resources/images/bc_config.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/bc_l1.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/bc_l1.png 
b/src/site/resources/images/bc_l1.png
new file mode 100644
index 0000000..36d7e55
Binary files /dev/null and b/src/site/resources/images/bc_l1.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/bc_l2_buckets.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/bc_l2_buckets.png 
b/src/site/resources/images/bc_l2_buckets.png
new file mode 100644
index 0000000..5163928
Binary files /dev/null and b/src/site/resources/images/bc_l2_buckets.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/bc_stats.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/bc_stats.png 
b/src/site/resources/images/bc_stats.png
new file mode 100644
index 0000000..d8c6384
Binary files /dev/null and b/src/site/resources/images/bc_stats.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/big_h_logo.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/big_h_logo.png 
b/src/site/resources/images/big_h_logo.png
new file mode 100644
index 0000000..5256094
Binary files /dev/null and b/src/site/resources/images/big_h_logo.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/big_h_logo.svg
----------------------------------------------------------------------
diff --git a/src/site/resources/images/big_h_logo.svg 
b/src/site/resources/images/big_h_logo.svg
new file mode 100644
index 0000000..ab24198
--- /dev/null
+++ b/src/site/resources/images/big_h_logo.svg
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="792px"
+   height="612px"
+   viewBox="0 0 792 612"
+   enable-background="new 0 0 792 612"
+   xml:space="preserve"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="big_h_same_font_hbase3_logo.png"
+   inkscape:export-filename="big_h_bitmap.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"><metadata
+   id="metadata3693"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs3691" /><sodipodi:namedview
+   pagecolor="#000000"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1440"
+   inkscape:window-height="856"
+   id="namedview3689"
+   showgrid="false"
+   inkscape:zoom="2.1814013"
+   inkscape:cx="415.39305"
+   inkscape:cy="415.72702"
+   inkscape:window-x="1164"
+   inkscape:window-y="22"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="Layer_1" />
+
+
+
+
+
+
+<text
+   xml:space="preserve"
+   
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi"
+   x="311.18643"
+   y="86.224579"
+   id="text3082"
+   sodipodi:linespacing="125%"><tspan
+     sodipodi:role="line"
+     id="tspan3084"
+     x="311.18643"
+     y="86.224579" /></text>
+<text
+   xml:space="preserve"
+   
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi"
+   x="283.95764"
+   y="87.845337"
+   id="text3086"
+   sodipodi:linespacing="125%"><tspan
+     sodipodi:role="line"
+     id="tspan3088"
+     x="283.95764"
+     y="87.845337" /></text>
+<g
+   id="g3105"
+   transform="translate(14.669469,-80.682082)"
+   inkscape:export-filename="/Users/stack/Documents/big_h_base.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"><path
+     sodipodi:nodetypes="ccccccccccccccccccccccccccccc"
+     style="fill:#ba160c"
+     inkscape:connector-curvature="0"
+     id="path3677"
+     d="m 589.08202,499.77746 -40.3716,0 0,-168.36691 40.3716,0 z m 
-40.20304,-168.35619 -0.1684,-104.30857 40.3716,0 -0.33048,104.26805 z m 
-0.1684,168.35619 -40.37568,0 0,-104.82988 -259.42272,0 0,104.82988 -79.42128,0 
0,-272.66476 79.42128,0 0,104.29785 224.92224,0 34.50456,0 40.37568,0 
0,168.36691 z m 0,-272.66476 -40.37568,0 -0.0171,104.30857 40.55802,-0.01 z"
+     inkscape:export-filename="/Users/stack/Documents/polygon3687.png"
+     inkscape:export-xdpi="90"
+     inkscape:export-ydpi="90" /><path
+     sodipodi:nodetypes="cscsccsssccsssccscsccccccccccccccccccccc"
+     style="fill:#ba160c"
+     inkscape:connector-curvature="0"
+     id="path3679"
+     d="m 263.96692,553.27262 c 6.812,4.218 10.219,10.652 10.219,19.303 
0,6.272 -2,11.571 -6.002,15.897 -4.325,4.758 -10.165,7.137 -17.519,7.137 l 
-28.629,0 0,-19.465 28.629,0 c 2.812,0 4.218,-2.109 4.218,-6.327 0,-4.216 
-1.406,-6.325 -4.218,-6.325 l -28.629,0 0,-19.303 27.17,0 c 2.811,0 
4.217,-2.109 4.217,-6.327 0,-4.216 -1.406,-6.326 -4.217,-6.326 l -27.17,0 
0,-19.464 27.17,0 c 7.353,0 13.192,2.379 17.519,7.137 3.892,4.325 5.839,9.625 
5.839,15.896 0,7.787 -2.866,13.842 -8.597,18.167 z m -41.931,42.338 -52.312,0 
0,-51.42 19.466,0 5.259,0 27.588,0 0,19.303 -32.847,0 0,12.652 32.847,0 
0,19.465 z m 0,-64.073 -32.847,0 0.0405,12.76351 -19.466,0.081 
-0.0405,-32.30954 52.312,0 0,19.465 z" /><path
+     style="fill:#ba160c"
+     inkscape:connector-curvature="0"
+     id="path3683"
+     d="m 384.35292,595.61062 h -19.465 v -26.602 h -31.094 -0.618 v -19.466 h 
0.618 31.094 v -11.68 c 0,-4.216 -1.406,-6.324 -4.218,-6.324 h -27.494 v 
-19.465 h 27.494 c 7.03,0 12.733,2.541 17.114,7.623 4.379,5.083 6.569,11.139 
6.569,18.167 v 57.747 z m -51.177,-26.602 h -19.547 -12.165 v 26.602 h -19.466 
v -57.748 c 0,-7.028 2.19,-13.083 6.569,-18.167 4.379,-5.083 10.03,-7.623 
16.952,-7.623 h 27.656 v 19.466 h -27.656 c -2.704,0 -4.055,2.108 -4.055,6.324 
v 11.68 h 12.165 19.547 v 19.466 z" /><path
+     style="fill:#ba160c"
+     inkscape:connector-curvature="0"
+     id="path3685"
+     d="m 492.35692,569.81862 c 0,7.03 -2.109,13.031 -6.327,18.006 -4.541,5.19 
-10.273,7.786 -17.193,7.786 h -72.02 v -19.465 h 72.02 c 2.704,0 4.055,-2.109 
4.055,-6.327 0,-4.216 -1.352,-6.325 -4.055,-6.325 h -52.394 c -6.92,0 
-12.652,-2.596 -17.193,-7.787 -4.327,-4.865 -6.49,-10.813 -6.49,-17.843 
0,-7.028 2.218,-13.083 6.651,-18.167 4.434,-5.083 10.112,-7.623 17.032,-7.623 h 
72.021 v 19.464 h -72.021 c -2.703,0 -4.055,2.109 -4.055,6.326 0,4.109 
1.352,6.164 4.055,6.164 h 52.394 c 6.92,0 12.652,2.596 17.193,7.787 4.218,4.974 
6.327,10.976 6.327,18.004 z" /><polygon
+     style="fill:#ba160c"
+     transform="translate(-71.972085,223.93862)"
+     id="polygon3687"
+     points="656.952,339.555 591.906,339.555 591.906,352.207 661.331,352.207 
661.331,371.672 572.44,371.672 572.44,288.135 661.494,288.135 661.494,307.599 
591.906,307.599 591.906,320.089 656.952,320.089 "
+     inkscape:export-xdpi="90"
+     inkscape:export-ydpi="90" /><g
+     id="g3349"><g
+       id="g3344"><text
+         transform="scale(0.93350678,1.0712295)"
+         sodipodi:linespacing="125%"
+         id="text3076"
+         y="203.03328"
+         x="181.98402"
+         
style="font-size:84.015625px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi
 Bold Italic"
+         xml:space="preserve"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90"
+         
inkscape:export-filename="/Users/stack/Documents/polygon3687.png"><tspan
+           
style="font-size:84.015625px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:25.64349174px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi"
+           y="203.03328"
+           x="181.98402"
+           id="tspan3080"
+           sodipodi:role="line">APACHE</tspan></text>
+<rect
+         y="191.93103"
+         x="178.85117"
+         height="10.797735"
+         width="7.7796612"
+         id="rect3090"
+         style="fill:#4d4d4d" /></g><rect
+       style="fill:#4d4d4d"
+       id="rect3103"
+       width="8.1443329"
+       height="10.787481"
+       x="334.64697"
+       y="191.93881" /></g></g></svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/data_block_diff_encoding.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/data_block_diff_encoding.png 
b/src/site/resources/images/data_block_diff_encoding.png
new file mode 100644
index 0000000..0bd03a4
Binary files /dev/null and 
b/src/site/resources/images/data_block_diff_encoding.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/data_block_no_encoding.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/data_block_no_encoding.png 
b/src/site/resources/images/data_block_no_encoding.png
new file mode 100644
index 0000000..56498b4
Binary files /dev/null and 
b/src/site/resources/images/data_block_no_encoding.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/data_block_prefix_encoding.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/data_block_prefix_encoding.png 
b/src/site/resources/images/data_block_prefix_encoding.png
new file mode 100644
index 0000000..4271847
Binary files /dev/null and 
b/src/site/resources/images/data_block_prefix_encoding.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/favicon.ico
----------------------------------------------------------------------
diff --git a/src/site/resources/images/favicon.ico 
b/src/site/resources/images/favicon.ico
new file mode 100644
index 0000000..6e4d0f7
Binary files /dev/null and b/src/site/resources/images/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/hadoop-logo.jpg
----------------------------------------------------------------------
diff --git a/src/site/resources/images/hadoop-logo.jpg 
b/src/site/resources/images/hadoop-logo.jpg
new file mode 100644
index 0000000..809525d
Binary files /dev/null and b/src/site/resources/images/hadoop-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/hbase_logo.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/hbase_logo.png 
b/src/site/resources/images/hbase_logo.png
new file mode 100644
index 0000000..e962ce0
Binary files /dev/null and b/src/site/resources/images/hbase_logo.png differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/hbase_logo.svg
----------------------------------------------------------------------
diff --git a/src/site/resources/images/hbase_logo.svg 
b/src/site/resources/images/hbase_logo.svg
new file mode 100644
index 0000000..2cc26d9
--- /dev/null
+++ b/src/site/resources/images/hbase_logo.svg
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="792px"
+   height="612px"
+   viewBox="0 0 792 612"
+   enable-background="new 0 0 792 612"
+   xml:space="preserve"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="hbase_banner_logo.png"
+   inkscape:export-filename="hbase_logo_filledin.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"><metadata
+   id="metadata3285"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs3283" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1131"
+   inkscape:window-height="715"
+   id="namedview3281"
+   showgrid="false"
+   inkscape:zoom="4.3628026"
+   inkscape:cx="328.98554"
+   inkscape:cy="299.51695"
+   inkscape:window-x="752"
+   inkscape:window-y="456"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="Layer_1" />
+<path
+   d="m 233.586,371.672 -9.895,0 0,-51.583 9.895,0 0,51.583 z m 
-9.77344,-51.59213 -0.12156,-31.94487 9.895,0 -0.0405,31.98539 z m 
-0.12156,51.59213 -9.896,0 0,-32.117 -63.584,0 0,32.117 -19.466,0 0,-83.537 
19.466,0 0,31.954 55.128,0 8.457,0 9.896,0 0,51.583 z m 0,-83.537 -9.896,0 
0,31.98539 10.01756,-0.0405 z"
+   id="path3269"
+   inkscape:connector-curvature="0"
+   style="fill:#ba160c"
+   sodipodi:nodetypes="cccccccccccccccccccccccccccccc" />
+<path
+   d="m 335.939,329.334 c 6.812,4.218 10.219,10.652 10.219,19.303 0,6.272 
-2,11.571 -6.002,15.897 -4.325,4.758 -10.165,7.137 -17.519,7.137 l -28.629,0 
0,-19.465 28.629,0 c 2.812,0 4.218,-2.109 4.218,-6.327 0,-4.216 -1.406,-6.325 
-4.218,-6.325 l -28.629,0 0,-19.303 27.17,0 c 2.811,0 4.217,-2.109 4.217,-6.327 
0,-4.216 -1.406,-6.326 -4.217,-6.326 l -27.17,0 0,-19.464 27.17,0 c 7.353,0 
13.192,2.379 17.519,7.137 3.892,4.325 5.839,9.625 5.839,15.896 0,7.787 
-2.866,13.842 -8.597,18.167 z m -41.931,42.338 -52.312,0 0,-51.42 19.466,0 
5.259,0 27.588,0 0,19.303 -32.847,0 0,12.652 32.847,0 0,19.465 z m 0,-64.073 
-32.847,0 0.0405,13.24974 -19.466,-0.48623 -0.0405,-32.22851 52.312,0 0,19.465 
z"
+   id="path3271"
+   inkscape:connector-curvature="0"
+   style="fill:#ba160c"
+   sodipodi:nodetypes="cscsccsssccsssccscsccccccccccccccccccccc" />
+<path
+   
d="M355.123,266.419v-8.92h14.532v-5.353c0-1.932-0.644-2.899-1.933-2.899h-12.6v-8.919h12.6
  
c3.223,0,5.836,1.164,7.842,3.494c2.007,2.33,3.011,5.104,3.011,8.325v26.463h-8.921v-12.19H355.123L355.123,266.419z
   
M473.726,278.61h-29.587c-3.469,0-6.417-1.152-8.845-3.458c-2.429-2.304-3.642-5.191-3.642-8.659v-14.049
  
c0-3.47,1.213-6.356,3.642-8.662c2.428-2.304,5.376-3.455,8.845-3.455h29.587v8.919h-29.587c-2.378,0-3.567,1.066-3.567,3.197
  v14.049c0,2.131,1.189,3.196,3.567,3.196h29.587V278.61L473.726,278.61z 
M567.609,278.61h-8.996v-14.718h-22.895v14.718h-8.92  
v-38.282h8.92v14.644h22.895v-14.644h8.996V278.61L567.609,278.61z 
M661.494,249.247h-31.889v5.725h29.807v8.92h-29.807v5.797  
h31.814v8.92h-40.735v-38.282h40.809V249.247z 
M355.123,240.328v8.919h-12.674c-1.239,0-1.858,0.967-1.858,2.899v5.353h5.575h2.435
  
h6.522v8.92h-6.522h-2.435h-5.575v12.19h-8.92v-26.463c0-3.221,1.004-5.996,3.011-8.325c2.006-2.33,4.596-3.494,7.768-3.494H355.123
  L355.123,240.328z M254.661,266.122v-8.92h13.083c1.288,0,1.
 933-1.313,1.933-3.939c0-2.676-0.645-4.015-1.933-4.015h-13.083v-8.919  
h13.083c3.32,0,5.995,1.363,8.028,4.088c1.883,2.478,2.825,5.425,2.825,8.846c0,3.419-0.942,6.342-2.825,8.771
  c-2.033,2.725-4.708,4.088-8.028,4.088H254.661z 
M177.649,278.61h-8.92v-12.19h-14.532v-8.92h14.532v-5.353  
c0-1.932-0.644-2.899-1.932-2.899h-12.6v-8.919h12.6c3.222,0,5.835,1.164,7.842,3.494c2.007,2.33,3.01,5.104,3.01,8.325V278.61
  L177.649,278.61z 
M254.661,240.328v8.919h-15.016v7.954h15.016v8.92h-15.016v12.488h-8.92v-38.282H254.661z
 M154.198,266.419h-7.604  
h-1.354h-5.575v12.19h-8.92v-26.463c0-3.221,1.004-5.996,3.01-8.325c2.007-2.33,4.597-3.494,7.768-3.494h12.674v8.919h-12.674
  c-1.239,0-1.858,0.967-1.858,2.899v5.353h5.575h1.354h7.604V266.419z"
+   id="path3273"
+   style="fill:#666666"
+   fill="#878888" />
+<path
+   fill="#BA160C"
+   
d="M456.325,371.672H436.86V345.07h-31.094h-0.618v-19.466h0.618h31.094v-11.68  
c0-4.216-1.406-6.324-4.218-6.324h-27.494v-19.465h27.494c7.03,0,12.733,2.541,17.114,7.623c4.379,5.083,6.569,11.139,6.569,18.167
  V371.672z 
M405.148,345.07h-19.547h-12.165v26.602h-19.466v-57.748c0-7.028,2.19-13.083,6.569-18.167
  
c4.379-5.083,10.03-7.623,16.952-7.623h27.656V307.6h-27.656c-2.704,0-4.055,2.108-4.055,6.324v11.68h12.165h19.547V345.07z"
+   id="path3275" />
+<path
+   fill="#BA160C"
+   
d="M564.329,345.88c0,7.03-2.109,13.031-6.327,18.006c-4.541,5.19-10.273,7.786-17.193,7.786h-72.02v-19.465
  
h72.02c2.704,0,4.055-2.109,4.055-6.327c0-4.216-1.352-6.325-4.055-6.325h-52.394c-6.92,0-12.652-2.596-17.193-7.787
  
c-4.327-4.865-6.49-10.813-6.49-17.843c0-7.028,2.218-13.083,6.651-18.167c4.434-5.083,10.112-7.623,17.032-7.623h72.021v19.464
  
h-72.021c-2.703,0-4.055,2.109-4.055,6.326c0,4.109,1.352,6.164,4.055,6.164h52.394c6.92,0,12.652,2.596,17.193,7.787
  C562.22,332.85,564.329,338.852,564.329,345.88z"
+   id="path3277" />
+<polygon
+   fill="#BA160C"
+   points="661.494,307.599 591.906,307.599 591.906,320.089 656.952,320.089 
656.952,339.555 591.906,339.555   591.906,352.207 661.331,352.207 
661.331,371.672 572.44,371.672 572.44,288.135 661.494,288.135 "
+   id="polygon3279" />
+</svg>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/hbase_logo_with_orca.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/hbase_logo_with_orca.png 
b/src/site/resources/images/hbase_logo_with_orca.png
new file mode 100644
index 0000000..7ed60e2
Binary files /dev/null and b/src/site/resources/images/hbase_logo_with_orca.png 
differ

http://git-wip-us.apache.org/repos/asf/hbase/blob/7da47509/src/site/resources/images/hbase_logo_with_orca.xcf
----------------------------------------------------------------------
diff --git a/src/site/resources/images/hbase_logo_with_orca.xcf 
b/src/site/resources/images/hbase_logo_with_orca.xcf
new file mode 100644
index 0000000..8d88da2
Binary files /dev/null and b/src/site/resources/images/hbase_logo_with_orca.xcf 
differ

Reply via email to