|
Answer» Define the difference between Hive and HBase? Below are the our main difference between Hive and HBase HBase:-(1)HBase is built on the top of HDFS Hive:-(1)On the other HAND it is a data warehousing infrastructure
HBase:-(2)HBase operations run in a real time on its database rather Hive:-(2)On the other hand Hive queries are executed as MapReduce JOBS internally
HBase:-(3)In HBase it will provides low latency to single rows from huge datasets Hive:-(3)In Hive it will provides high latency for huge datasets
HBase:-(4)It will provides RANDOM access to data Hive:-(4)It will provides random access to data
|