List of Programs for Big Data Analytics CLICK ON ME
1. Implement the following Data structures in Java
a) Linked Lists
b) Stacks
c) Queues
d) Set
e) Map
2. Perform setting up and Installing Hadoop in its three operating modes:
Standalone,
Pseudo distributed,
Fully distributed.
3. Implement the following file management tasks in Hadoop:
a) Adding files and directories
b) Retrieving files
c) Deleting files
4. Run a basic Word Count Map Reduce program to understand Map Reduce Paradigm.
5. Write a Map Reduce program that mines weather data.
Weather sensors collecting data every hour at many locations across the globe gather a large volume of log data, which is a good candidate for analysis with MapReduce since it is semi-structured and record-oriented.
6. Implement Matrix Multiplication with Hadoop Map Reduce
7. Write a MapReduce program to count the occurrence of similar words in a file. Use partitioner to partition key based on alphabets.
8. Write a MapReduce program to search for a specific keyword in a file
9. To write a program to sort data by students name(value) using MapReduce
10. Install and Run Pig then write Pig Latin scripts to sort, group, join, project, and filter your data
Comments