还有一个小疑问:这是表内容
[mw_shl_code=shell,true]hbase(main):004:0> scan 'table1'
ROW COLUMN+CELL
00001 column=tab1_id:age, timestamp=1484209458553, value=22
00002 column=tab1_id:who, timestamp=1484209894747, value=LiMing
key0ne column=tab1_info:age, timestamp=1482223307185, value=24
key0ne column=tab1_info:birthday, timestamp=1482223364986, value=1987-06-17
key3 column=tab1_id:id, timestamp=1482312172123, value=100
key3 column=tab1_info:name, timestamp=1482327710869, value=100
key4 column=tab1_info:name, timestamp=1482327746997, value=100
5 row(s) in 0.0390 seconds[/mw_shl_code]
我增加列who value=Liming后,发现
[mw_shl_code=shell,true][hadoop@master test]$ hadoop fs -ls /hbase/data/default/table1/81ba1aaf016af107aa8b0b07fd3746f4/tab1_id/
Found 1 items
-rw-r--r-- 2 hadoop supergroup 4918 2016-12-30 21:45 /hbase/data/default/table1/81ba1aaf016af107aa8b0b07fd3746f4/tab1_id/2c30776ac285488cab485c976d850642[/mw_shl_code]
包括大小没有任何变化。
问题是 在tab1_id增加了一列who, 在hdfs是怎么体现出来呢? |