Partitioning is a way of separating tables into smaller chunks based on partition keys. Partitions, in other terms, are horizontal data slices that allow large
Tag: Apache Hive Partitions
Deleting the Table Partition – Hive
In earlier articles, we covered how to create, rename, and add Hive table partitions. This post will go through how to remove a table partition.
Renaming a Partition – Hive
Tables in Apache Hive are partitioned similarly to SQL. Partitioning is a method of dividing a table into chunks based on the values of particular
Adding Partition To Table – Hive
Tables in Apache Hive are partitioned similarly to SQL. Partitioning is a method of dividing a table into chunks based on the values of particular
Dynamic Partitions in Hive
For detailed information about “Dynamic Partitions” please click here. In this lesson, we’ll see how to create the dynamic partition. Consider the below data for
Static Partitions in Hive
For detailed information about “Static Partitions” please click here. In this lesson, we’ll see how to create the static partition. Consider the below data for