0 votes
in HDFS by

When we goes to Partition?

1 Answer

0 votes
by

By default Hive reads entire dataset even the application have a slice of data. It’s a bottleneck for mapreduce jobs. So Hive allows special option called partitions. When you are creating table, hive partitioning the table based on requirement.

...