This document describes using Hadoop and Hive to analyze an Aadhaar dataset. The key steps taken were:
1. Transferring the CSV file from the local system to HDFS using Hadoop.
2. Creating a database and table in Hive to store the data.
3. Loading the data from HDFS into the Hive table.
4. Performing analyses on the data in Hive such as finding the number of Aadhaars generated by state, gender, and district.