HBASE-17839 fixed missing column in table 1 from section "Data Model" of the ref guide.
Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
48ee5e1d7b
commit
721b9576d8
|
@ -97,7 +97,7 @@ The colon character (`:`) delimits the column family from the column family _qua
|
|||
|"com.cnn.www" |t6 | contents:html = "<html>..." | |
|
||||
|"com.cnn.www" |t5 | contents:html = "<html>..." | |
|
||||
|"com.cnn.www" |t3 | contents:html = "<html>..." | |
|
||||
|"com.example.www"| t5 | contents:html = "<html>..." | people:author = "John Doe"
|
||||
|"com.example.www"| t5 | contents:html = "<html>..." | | people:author = "John Doe"
|
||||
|===
|
||||
|
||||
Cells in this table that appear to be empty do not take space, or in fact exist, in HBase.
|
||||
|
|
Loading…
Reference in New Issue