HBASE-13869 Fix typo in docs

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Gábor Lipták 2015-06-09 21:04:55 -04:00 committed by Sean Busbey
parent 183fa5d232
commit 0f9c317968
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ See https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Scan.html#se
==== ====
[[schema.casestudies.log_timeseries.varkeys]] [[schema.casestudies.log_timeseries.varkeys]]
==== Variangle Length or Fixed Length Rowkeys? ==== Variable Length or Fixed Length Rowkeys?
It is critical to remember that rowkeys are stamped on every column in HBase. It is critical to remember that rowkeys are stamped on every column in HBase.
If the hostname is `a` and the event type is `e1` then the resulting rowkey would be quite small. If the hostname is `a` and the event type is `e1` then the resulting rowkey would be quite small.