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

Unix Tutorial 11 : Conditional Statements

Unix Tutorial 12 : Loop Types

Unix Tutorial 17 : Advance Unix