0

I'm new in Hadoop. I want to analyze Web logs using MapReduce. I'll use sample web logs like this.

 211.36.215.78 / [08:Jun:2017:18:00:09] / Link1 / URL1
 210.100.139.14 / [08:Jun:2017:20:10:10] / Link1 / URL2

How to analyze 'the number of users accessing the time zone', 'inflow routes'

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
B.Sung
  • 71
  • 1
  • 2
  • 6
  • what does _number of users accessing the timezone, inflow routes_ mean? Number of IP addresses accessing a single `Link`? – philantrovert Jun 10 '17 at 18:09
  • Umm.. I mean first is Number of IP addresses accessing each hour of the day. Second is Number of IP addresses accessing a single Link! I'm waiting comment... – B.Sung Jun 11 '17 at 11:58
  • If you want to use MapReduce, then what code do you have so far? Also, if you are new to Hadoop, I'll tell you now that there are much better tools for this than straight MapReduce (e.g. Spark) – OneCricketeer Jun 11 '17 at 15:54
  • @B.Sung you can refer http://ybhavesh.blogspot.in for few POC done in Hadoop – Bhavesh Jun 12 '17 at 10:57

0 Answers0