Partitioning in Hive divides huge tables into smaller logical tables depending on column values; one logical table is created for each individual value. By defining
Tag: Apache Hive Partitions
Apache Hive Data Model
Apache Hive is built on top of Apache Hadoop, which is a distributed, fault-tolerant, and open source data warehouse platform for reading, writing, and handling
Partitioned, Bucketed and Skewed Tables in Hive
When working with a large amount of data on a Hadoop file system, both partitioning and bucketing in Hive are used to avoid table scans
Adding multiple partitions at once – Hive
Is it possible to add multiple partitions to a table in Apache Hive at the same time? If you’re using version 0.7 or older, the
Truncate Data From A Partition- Apache Hive
TRUNCATE is a term that SQL developers are familiar with because it is a commonly used command. However, it is used at the table level
Overwriting Partitioned Data in Hive
Earlier posts on this site addressed the most of the use cases for Hive Partitioning. There will always be some questions when it comes to