Search

What is the differences Between Hive and 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.