0 votes
in DevOps by
edited by

Why I choose Hive instead of MapReduce?

1 Answer

0 votes
by

There are Partitions to simplify the data process, Bucketing for sampling the data, sort the data quickly, and simplify the mapreduce process. Partitions and Buckets can segmenting large data sets to improve Query performance in Hive. So It is highly recommendable for structure data.

...