HIve and HBase are 2 different tools/technologies. They are used together
but hey are not interchangeable.

HIve is for on-demand, RDMS SQL like data access while HBase is the actual
data store. Hive runs on HBase providing a on-demand, SQL like API.

Regards,
Shahab


On Wed, Apr 30, 2014 at 4:34 AM, Shushant Arora
<[email protected]>wrote:

> I have a requirement of processing huge weblogs on daily basis.
>
> 1. data will come incremental to datastore on daily basis and I  need
> cumulative and daily
> distinct user count from logs and after that aggregated data will be loaded
> in RDBMS like mydql.
>
> 2.data will be loaded in hdfs datawarehouse on daily basis and same will be
> fetched from Hdfs warehouse after some filtering in RDMS like mysql and
> will be processed there.
>
> Which datawarehouse is suitable for approach 1 and 2 and why?.
>
> Thanks
> Shushant
>

Reply via email to