List of Experiments:
- Install Apache Hadoop.
- Develop a map reduce program to calculate the frequency of a given word in a given file.
- Develop a map reduce program to find the maximum temperature in each year.
- Develop a map reduce program to find the grade of students.
- Develop a map reduce program to implement matrix multiplication.
- Develop a map reduce program to find the maximum electrical consumption in each year given electrical consumption for each month in each year.
- Develop a map reduce program to analyze weather data set and print whether the day is shiny or cool day.
- Develop a map reduce program to find the tags associated with each movie by analyzing movie lens data.
- Develop a map reduce program to analyze Uber data set to find the days on which each basement has more trips using the following data set. The uber data set consists of four columns they are: Dispatching, base, no. date active, vehicle trips
- Develop a map reduce program to analyze titanic dataset to find the average age of the people (both male and female) who died in the tragedy. How many people survived in each class
- Develop a program to calculate the maximum recorded temperature year wise for the weather data set in Pig Latin.
- Write queries to sort and aggregate the data in a table using HiveQL.
No comments:
Post a Comment