Category: hive

Bigdata – Hive

Hive @ Freshers.in

Hive : Hive optimizer – Detailed walk through

Hive is a popular open-source data warehouse system that allows users to store, manage, and analyze large datasets using SQL-like…

Continue Reading Hive : Hive optimizer – Detailed walk through
Hive @ Freshers.in

Hive : Different types of Hive execution engines

Hive is an open-source data warehouse tool built on top of Hadoop. It allows users to write SQL-like queries, called…

Continue Reading Hive : Different types of Hive execution engines
PySpark @ Freshers.in

Learn how to connect Hive with Apache Spark.

HiveContext is a Spark SQL module that allows you to work with Hive data in Spark. It provides a way…

Continue Reading Learn how to connect Hive with Apache Spark.
Hive @ Freshers.in

How to drop multiple partition in Hive by giving condition.

Hive Partitions is a good and easy way to organizes Hive tables into partitions by dividing tables into different parts…

Continue Reading How to drop multiple partition in Hive by giving condition.