开发者

why we need hadoop for hypertable

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 to开发者_运维技巧p of hadoop?


It's not required to use Hadoop. Hypertable only requires to be ran on top of distributed filesystem. So, you can choose between Hadoop DFS, KosmosFS, GlusterFS, Ceph, and maybe some others (like MooseFS or Lustre).

Common benefits are determined by application requirements and existent infrastructure. From a troubleshooting point of view, community (especially Hadoop's) size is also the great factor.


You can also look into cassandra (http://cassandra.apache.org/) another implementation somewhat similar to Big Table.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜