Big Data projects (using Spark, Hadoop and Java or Scala)
- SimpleApp - Find Friends that can be suggested for each user id. Suggested friends.
- SimpleApp2 - Find all mutual friends between two given users.
- SimpleApp3 - Find all mutual friends with their details for two given users.
- SimpleApp4 - Find average age for all friends and then get the top 20 in a decreasing sort order.
Dataset provided :
- First file --- List of userid[list of friend ids]
- Second file --- List of details for users. userid[Comma separated details, like name, address, phone]