</>
Tutorials

Hive Tutorial

  • HiveQL - Select-Group By
    This chapter explains the details of GROUP BY clause in a SELECT statement. The GROUP BY clause is used to group all the records in a result set using a particular collection column. It is used to query a group of records.
  • HiveQL - Select-Order By
    This chapter explains how to use the ORDER BY clause in a SELECT statement. The ORDER BY clause is used to retrieve the details based on one column and sort the result set by ascending or descending order.
  • Hive - Create Table
    This chapter explains how to create a table and how to insert data into it. The conventions of creating a table in HIVE is quite similar to creating a table using SQL.
  • Hive Tutorial
    Hive is a data warehouse infrastructure tool to process structured data in Hadoop. It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy.
  • Hive - Useful Resources
    The following resources contain additional information on Hive. Please use them to get more in-depth knowledge on this topic.
  • Hive - Quick Guide
    The term Big Data is used for collections of large datasets that include huge volume, high velocity, and a variety of data that is increasing day by day. Using traditional data management systems, it is difficult to process Big Data. Therefore, the Apache Software Foundation introduced a framework c
Page 1 / 5Next