Durga Gadiraju

 Section 10:107. Basic Aggregations Using Aggregate

In Apache Hive, the AGGREGATE function is used to perform basic aggregations on data. The AGGREGATE function takes a column or expression as an argument and returns the aggregate result for that column or expression. Here are some basic aggregations that can be performed using AGGREGATE in Hive: COUNT: The COUNT aggregation returns the number …

 Section 10:107. Basic Aggregations Using Aggregate Read More »

Section 10:107. Reviewing Logs for Hive Queries

Reviewing logs is an important step in troubleshooting and optimizing Hive queries. Hive produces several types of logs, including HiveServer2 logs, Hadoop YARN logs, and Hadoop HDFS logs. Here are some tips for reviewing logs for Hive queries: Identify the relevant logs: Depending on the nature of the problem, you may need to review different …

Section 10:107. Reviewing Logs for Hive Queries Read More »