HIVE SHOW PARTITIONS

If you want to display all the Partitions of a HIVE table you can do that using SHOW PARTITIONS command. In big data world, efficient […]

Hive Table Partition

Using Hive Partition you can divide a table horizontally into multiple sections. This division happens based on a partition key which is just a column […]

HIVE ALTER TABLE

In Previous chapter we learned about HIVE TABLE CREATION and today lets check out HIVE ALTER TABLE. Here we will list down all the alterations that can be […]

HIVE DATA TYPES

Many of the datatypes you find in Relational Databases can be found in Hive as well. They are called “Primitive Datatypes“. Along with these , […]

HIVE DROP TABLE

In Previous chapter we learned about  Hive Insert Into vs Insert Overwrite  and today lets check out Hive Drop Table. If we need to remove […]