Google News
logo
Cassandra - Interview Questions
What is the relationship between Apache Hadoop, HBase, Hive, and Cassandra?
* Apache Hadoop, File Storage, Grid Compute processing via Map Reduce.

* Apache Hive, SQL like interface on top of Hadoop.

* Apache Hbase, Column Family Storage built like BigTable

* Apache Cassandra, Column Family Storage build like BigTable with Dynamo topology and consistency.
Advertisement