Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 433 Bytes

ELEN4020A: Data Intensive Computing Lab 3

The aim of this lab was to use a MapReduce Framework to perform:

  • Word Count
  • Top-K Query
  • Inverted Index

MRJob and Mrs MapReduce were used to perform all the tasks. Their performance were analysed and comments were given.