Category: article

Hive @ Freshers.in

Hive : Exploring Different Types of User-Defined Functions (UDFs) in Hive

In addition to its built-in functions, Hive also supports User-Defined Functions (UDFs), which enable users to extend Hive’s functionality by…

Continue Reading Hive : Exploring Different Types of User-Defined Functions (UDFs) in Hive
Hive @ Freshers.in

Hive : Understanding the MAPJOIN Operator in Hive with an Example

When dealing with large datasets, optimizing join operations is crucial to improving query performance. One of the techniques to achieve…

Continue Reading Hive : Understanding the MAPJOIN Operator in Hive with an Example
python @ Freshers.in

Python : set object is not subscriptable – Resolved

The “set object is not subscriptable” error occurs when you try to access a set element using indexing or slicing,…

Continue Reading Python : set object is not subscriptable – Resolved