i have written an crawler in c++ and i am looking for an distributed data store i found 2 1) hbase 2) hypertable
both are the implementation of Big table and i just reviewed hypertable.. because it was implemented in c++ and..hbase is most widely used my question is way we need hadoop...is there is any benifits if i run hypertable on top of hadoop?
You can also look into cassandra (http://cassandra.apache.org/) another implementation somewhat similar to Big Table.