MapReduce Pseudocode
I have log of requests for web pages. I have a method getDomain(URL) that
takes url as input and gives the Domain as output. Task is to search for
most popular domain name. What will be the pseudo code for MapReduce
program which can do this ?
No comments:
Post a Comment