The document provides details about experiments to be performed in the Big Data Analytics lab course. It includes 8 experiments: 1) Implementing common data structures in Java like linked lists, stacks, queues, sets and maps. 2) Setting up Hadoop in standalone, pseudo-distributed and fully distributed modes. 3) Performing file management tasks in Hadoop like adding, retrieving and deleting files. 4) Running a basic word count MapReduce program. 5) Writing a MapReduce program to analyze weather data. 6) Implementing matrix multiplication using MapReduce. 7) Installing and using Pig to write Pig Latin scripts to sort, group, join, project and filter data. 8) Installing and using Hive to create, alter