The purpose of this chapter to Find Common Friends among all user pairs (userA, userB).
| Package Name | Description |
|---|---|
| org.dataalgorithms.chap08.spark | Spark solution to find Common Friends |
| org.dataalgorithms.chap08.sparkwithlambda | Spark solution with Lambda to find Common Friends |
| org.dataalgorithms.chap08.mapreduce | MapReduce/Hadoop solution to find Common Friends |