Skip to content

Given the three large log files, what are the top 15 occurring IP addresses and which accounts were accessed by those 15 IP addresses? If an IP address accessed an account multiple times, you should report the access only one time. Used Map reduce method to solve this problem

Notifications You must be signed in to change notification settings

SuchithArodi/Map_Reduce_Access_Logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Map_Reduce_Access_Logs

Given the three large log files, what are the top 15 occurring IP addresses and which accounts were accessed by those 15 IP addresses? If an IP address accessed an account multiple times, you should report the access only one time.

Used Map reduce method to solve this problem

About

Given the three large log files, what are the top 15 occurring IP addresses and which accounts were accessed by those 15 IP addresses? If an IP address accessed an account multiple times, you should report the access only one time. Used Map reduce method to solve this problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages