Hi, I'm trying out the RESTful front end for Hbase. When I try to do cell store with command line CURL, the data successfully stored but error message shown as the following:
[...] org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: Column family xxx does not exist in region [...] It seems there're quite a few people having hard time on this, too: http://stackoverflow.com/questions/2135692/how-to-insert-data-into-hbase-tab les-using-php-stargate-client Any idea? Thanks, Reggie
