Changes between Initial Version and Version 1 of hbasecommand


Ignore:
Timestamp:
08/28/2012 03:11:07 PM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hbasecommand

    v1 v1  
     1建表例子,设定版本数和压缩方式,可以每个CF单独设置[[BR]] 
     2 
     3 
     4{{{ 
     5create 'user',{NAME=>'base',VERSIONS=>90,COMPRESSION => 'LZO'} 
     6}}}