1////
2/**
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *     http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 */
20////
21
22= Apache HBase (TM) Reference Guide
23:Author: Apache HBase Team
24:Email: <hbase-dev@lists.apache.org>
25:doctype: book
26:Version: {docVersion}
27:revnumber: {docVersion}
28// Logo for PDF -- doesn't render in HTML
29:title-logo: hbase_logo_with_orca.png
30:numbered:
31:toc: left
32:toclevels: 1
33:toc-title: Contents
34:sectanchors:
35:icons: font
36:iconsdir: icons
37:linkcss:
38:experimental:
39:source-language: java
40:leveloffset: 0
41
42// Logo for HTML -- doesn't render in PDF
43++++
44<div>
45  <a href="http://hbase.apache.org"><img src="images/hbase_logo_with_orca.png" alt="Apache HBase Logo" /></a>
46</div>
47++++
48
49// The directory is called _chapters because asciidoctor skips direct
50// processing of files found in directories starting with an _. This
51// prevents each chapter being built as its own book.
52
53include::_chapters/preface.adoc[]
54
55include::_chapters/getting_started.adoc[]
56include::_chapters/configuration.adoc[]
57include::_chapters/upgrading.adoc[]
58include::_chapters/shell.adoc[]
59include::_chapters/datamodel.adoc[]
60include::_chapters/schema_design.adoc[]
61include::_chapters/mapreduce.adoc[]
62include::_chapters/security.adoc[]
63include::_chapters/architecture.adoc[]
64include::_chapters/hbase_mob.adoc[]
65include::_chapters/hbase_apis.adoc[]
66include::_chapters/external_apis.adoc[]
67include::_chapters/thrift_filter_language.adoc[]
68include::_chapters/spark.adoc[]
69include::_chapters/cp.adoc[]
70include::_chapters/performance.adoc[]
71include::_chapters/troubleshooting.adoc[]
72include::_chapters/case_studies.adoc[]
73include::_chapters/ops_mgt.adoc[]
74include::_chapters/developer.adoc[]
75include::_chapters/unit_testing.adoc[]
76include::_chapters/zookeeper.adoc[]
77include::_chapters/community.adoc[]
78
79= Appendix
80
81include::_chapters/appendix_contributing_to_documentation.adoc[]
82include::_chapters/faq.adoc[]
83include::_chapters/hbck_in_depth.adoc[]
84include::_chapters/appendix_acl_matrix.adoc[]
85include::_chapters/compression.adoc[]
86include::_chapters/sql.adoc[]
87include::_chapters/ycsb.adoc[]
88include::_chapters/appendix_hfile_format.adoc[]
89include::_chapters/other_info.adoc[]
90include::_chapters/hbase_history.adoc[]
91include::_chapters/asf.adoc[]
92include::_chapters/orca.adoc[]
93include::_chapters/tracing.adoc[]
94include::_chapters/rpc.adoc[]
95
96
97