Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Top-10

Chapter 03

The purpose of this chapter is to find top-10 (or bottom-10) for a given set of (key, value) pairs.

Packages

Package Name Description
org.dataalgorithms.chap03.spark Spark solution to find top-10
org.dataalgorithms.chap03.sparkwithlambda Spark solution with Lambda to find top-10
org.dataalgorithms.chap03.mapreduce MapReduce/Hadoop solution to find top-10