Index: src/docbkx/book.xml
===================================================================
--- src/docbkx/book.xml (revision 1209221)
+++ src/docbkx/book.xml (working copy)
@@ -2042,50 +2042,74 @@
-
- Can I change a table's rowkeys?
+
+ Configuration
+
+ How can I get started with my first cluster?
- No. See .
+ See .
-
+
+
+ Where can I learn about the rest of the configuration options?
+
+
+ See .
+
+
+
- Amazon EC2
+ Schema Design / Data Access
+
+ How should I design my schema in HBase?
+
+
+ See and
+
+
+
- I am running HBase on Amazon EC2 and...
+ How can I store (fill in the blank) in HBase?
- See Troubleshooting and Performance sections.
-
+ See .
+
-
- Building HBase
-
+
-When I build, why do I always get Unable to find resource 'VM_global_library.vm'?
+ How can I handle secondary indexes in HBase?
- Ignore it. Its not an error. It is officially ugly though.
+ See
-
- Runtime
+
+ Can I change a table's rowkeys?
+
+
+ This is a very common quesiton. You can't. See .
+
+
+
- I'm having problems with my HBase cluster, how can I troubleshoot it?
+ How can I get a column 'slice': i.e. I have a million columns in my row but I only want to look at columns bbbb-bbbd?
- See .
+ See org.apache.hadoop.hbase.filter.ColumnRangeFilter
+
+ Performance and Troubleshooting
How can I improve HBase cluster performance?
@@ -2096,6 +2120,16 @@
+
+
+ How can I troubleshoot my HBase cluster?
+
+
+
+ See .
+
+
+ Why are logs flooded with '2011-01-10 12:40:48,407 INFO org.apache.hadoop.io.compress.CodecPool: Got
brand-new compressor' messages?
@@ -2109,30 +2143,32 @@
- How do I...?
-
+ Amazon EC2
+
- Secondary Indexes in HBase?
+ I am running HBase on Amazon EC2 and...
- See
-
+ EC2 issues are a special case. See Troubleshooting and Performance sections.
+
+
+ Operations
- Store (fill in the blank) in HBase?
+ How do I manage my HBase cluster?
- See .
+ See
- Back up my HBase Cluster?
+ How do I back up my HBase cluster?
@@ -2140,13 +2176,15 @@
+
+ Building HBase
- Get a column 'slice': i.e. I have a million columns in my row but I only want to look at columns bbbb-bbbd?
+When I build, why do I always get Unable to find resource 'VM_global_library.vm'?
- See org.apache.hadoop.hbase.filter.ColumnRangeFilter
+ Ignore it. Its not an error. It is officially ugly though.