Tag: big_data_interview

Hive @ Freshers.in

Hive : Understanding Array Aggregation in Apache Hive

Apache Hive offers many inbuilt functions to process data, among which collect_list() and collect_set() are commonly used to perform array aggregation….

Continue Reading Hive : Understanding Array Aggregation in Apache Hive
Hive @ Freshers.in

Hive : Creating and Utilizing 64-bit Hash Values in Apache Hive

Apache Hive provides several inbuilt functions to process the data. One of these is the hash() function, which calculates a…

Continue Reading Hive : Creating and Utilizing 64-bit Hash Values in Apache Hive
Hive @ Freshers.in

Hive : How to Kill a Running Query in Apache Hive

There may be times when a running query needs to be terminated due to excessive resource usage, incorrect syntax, or…

Continue Reading Hive : How to Kill a Running Query in Apache Hive
Hive @ Freshers.in

Hive : Seeing Long Running Queries in Apache Hive

Apache Hive is a data warehouse software project built on top of Apache Hadoop that provides data query and analysis….

Continue Reading Hive : Seeing Long Running Queries in Apache Hive
PySpark @ Freshers.in

PySpark : from_utc_timestamp Function: A Detailed Guide

The from_utc_timestamp function  in PySpark is a highly useful function that allows users to convert UTC time to a specified…

Continue Reading PySpark : from_utc_timestamp Function: A Detailed Guide