Lab 1 Spark Programming Sentence Count and Sorting - npdarsini/Real-Time-Assignments GitHub Wiki

08/31/2016

Aim of this exercise is to counting the sentences and display them in a sorted way.

A sample input has been provided in the form of text file where there are repetitive sentences. A Map-Reduce program has been developed to count the sentences and sorted it using sortBy function in Scala and stored the output to the output directory.

Output: