Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

BIG DATA ANALYTICS LAB ASSIGNMENT LIST

Assignments 1
1) Hadoop Implementation of file management tasks, such as Adding files and directories,
Retrieving files and Deleting files.
2) Implementation of Matrix Multiplication with Hadoop Map Reduce.
3) Run a basic Word Count Map Reduce program to understand Map Reduce Paradigm.

Assignment 2
1) Develop a MapReduce program to find grades of the students.
2) Develop a MapReduce program to find maximum temperature in each year.
3) Develop a MapReduce program for Implementation of K-means clustering.

Assignment 3
1) Develop a MapReduce program to analyzed weather dataset and print whether the day
is shinny or cool day.
2) Implement Page Rank Algorithm Using Map-Reduce
3) Develop a MapReduce program to find tag associated with each movie by analyzing
movies lens data.

Assignment 4
1) Write Pig Latin scripts sort, group, join, project, and filter your data.
2) Run the Pig Latin Scripts to find Word Count.
3) Develop a program to calculate maximum recorded temperature by year wise for the weather
dataset in Pig Latin.

Assignment 5
1} Use Hive to create, alter, and drop databases, tables, views, functions, and indexes.
2) Write queries to sort and aggregate the data in a table using HiveQL.

You might also like