Assignment code MR program for -Unique Ips visited per day


3 Answer(s)


hi Sushil,

output looks as expected

Hi Sushil
Great Job!!
Looks like we are using a different access_log file as a data input. Could you please Run lp.pig against same data file and verify the output from Pig and MR Program?

Thanks and Regards
Sirish

ouput of pig job is following (which is sorted by count):
2004-03-12 26
2004-03-11 39
2004-03-09 43
2004-03-08 45
2004-03-10 45

Looks like access_log file is same but output is not matching. I think there is some bug in the pig program as there is no entry for 2004-03-07 in the result but the access_log starts with 03-07 date.