Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Topic:Largescaleindexprocessing

GroupMembers
PranavKulkarni
VimalenduShekhar

Introduction:
Updatinganindexofthewebasdocumentsarecrawledrequirescontinuouslytransformingalarge
repositoryofexistingdocumentsasnewdocumentsarrive.MapReducecanhelptodothisoperation.It
isaprogrammingtoolthatprocessesproblemsthatcanruninparallel,acrossahugenetworkof
servers,alsoknownasaclusteroragrid.However,withtheexponentialgrowthoftheInternet,it
becameimpracticaltorecomputethewholesearchindexfromscratch.Toovercomethis,Googlehas
comeupwithpercolator.PercolatorisbuiltonexistingtechnologieslikeBigtable,butaddstransactions
andlocksonrowsandtables,aswellasnotificationsforchangeinthetables.Thesenotificationsare
thenusedtotriggerthedifferentstagesinacomputation.

NameofPapers&Articles
LargescaleIncrementalProcessingUsingDistributedTransactionsandNotifications
byDanielPengandFrankDabek.
https://www.usenix.org/legacy/event/osdi10/tech/full_papers/Peng.pdf
BigDatabeyondMapReduce:Google'sBigDatapapersbyMikioL.Braun
http://blog.mikiobraun.de/2013/02/bigdatabeyondmapreducegooglespapers.html
GooglePercolatorglobalsearchjoltsansMapReducecomedownThemachinethatbrews
theCaffeinebyByCadeMetz.http://www.theregister.co.uk/2010/09/24/google_percolator/
MapReduce:AmajorstepbackwardsbyByDavidDeWitt
http://homes.cs.washington.edu/~billhowe/mapreduce_a_major_step_backwards.html
LargescaleIncrementalProcessingUsingDistributedTransactionsandNotifications
byDanielPengandFrankDabekandPresentedbyNickRadcliffe
http://courses.cs.vt.edu/cs5204/fall11butt/lectures/perculator.pdf

You might also like