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

  1. Counting the frequency of words in the given input with the MapReduce algorithm.

  2. Counting the frequency of words in the given text file that starts with the letter ‘a’.

  3. Determine the prime number in input and print number only once.

  4. Counting the frequency of the given words

  • Code

  • HUE Output

  1. Counting the frequency of words in the given text file that starts with the letter ‘a’
  • Code

  • HUE Output

  1. Determine the prime number in input and print number only once.
  • Code

  • HUE Output