Google News
logo
Cassandra - Interview Questions
What is Hadoop, HBase, Hive and Cassandra? Specify similarities and differences among them.
Hadoop, HBase, Hive and Cassandra all are Apache products.
 
Apache Hadoop supports file storage, grid compute processing via Map reduce. Apache Hive is a SQL like interface on the top of Haddop. Apache HBase follows column family storage built like Big Table. Apache Cassandra also follows column family storage built like Big Table with Dynamo topology and consistency.
Advertisement