Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 396 Bytes

File metadata and controls

7 lines (6 loc) · 396 Bytes

mapReduce

mapReduce applications that proccess an access.log file from a web server and analize it to count how many people have accessed to the different ip addresses of the server. There are 2 versions -v1 Treat the dirIp and the userid in each line from the access.log -v2 Treat the route and the ip in each line from the access.log

Each version has 3 different approaches to the problem