HBASE-13869 Fix typo in docs
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
183fa5d232
commit
0f9c317968
|
@ -712,7 +712,7 @@ See https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Scan.html#se
|
|||
====
|
||||
|
||||
[[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.
|
||||
If the hostname is `a` and the event type is `e1` then the resulting rowkey would be quite small.
|
||||
|
|
Loading…
Reference in New Issue