Hi,
I created  a table using create 'testtable',{NAME => 'cf1', SPLITS => 
['row10','row20']}.
 It created the table, but when i do describe 'testtable' it returns me only:
DESCRIPTION             ENABLED
'testtable'                      true    

1 row(s) in 0.3160 seconds

And  if i do put 'testtable','row15','cf1','val1'  it return me error 
<b>NoSuchColumnFamilyException: Column family cf1 does not exist.
Why this weird result...?
By the way, command  to create table using splits according to hbase 
documentation is create 't1','f1', {SPLITS => ['10', '20', '30', '40']}

Regards
Chandra kant

Reply via email to