Hive Tutorial 29 : Hive vs Hbase

  • Hive is not a database but a data warehousing frame work. Hive doesn’t provide record level operations on tables.
  • HBase is a NoSQL Database and it provides record level updates, inserts and deletes to the table data.
  • HBase doesn’t provide a query language like SQL, but Hive is now integrated with HBase.

Comments

Popular posts from this blog

Hive Tutorial 31 : Analytic Functions

Hive Tutorial 37 : Performance Tuning