ICP2 - neerajpadarthi/Big-Data-Programming GitHub Wiki
Name : Neeraj Padarthi
Class ID: 22
ICP : 2
Topic: Hadoop MapReduce and Hadoop Distributed File System (HDFS)
Task
-
Counting the frequency of words in the given input with the MapReduce algorithm.
-
Counting the frequency of words in the given text file that starts with the letter ‘a’.
-
Determine the prime number in input and print number only once.
-
Counting the frequency of the given words
- Code
- HUE Output
- Counting the frequency of words in the given text file that starts with the letter ‘a’
- Code
- HUE Output
- Determine the prime number in input and print number only once.
- Code
- HUE Output