in Big Data | Hadoop by (31.7k points)
What is a partition in Hive?

1 Answer

0 votes
by (32.2k points)

Hive organizes tables into partitions for grouping similar type of data together based on a column or partition key. Each Table can have one or more partition keys to identify a particular partition. Physically, a partition is nothing but a sub-directory in the table directory.

Related questions

0 votes
asked Jun 20, 2020 in Hive by Robindeniel (20.8k points)
+1 vote
asked Apr 3, 2020 in Big Data | Hadoop by Tate (883 points)
0 votes
asked Apr 6, 2020 in Big Data | Hadoop by GeorgeBell (5.2k points)
...