https://bugzilla.wikimedia.org/show_bug.cgi?id=69277

Dan Andreescu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Dan Andreescu <[email protected]> ---
Hi Bartosz,

I ran:

 select uri_path,
        count(*)
   from webrequest
  where webrequest_source='bits'
    and year=2014
    and month=8
    and day=1
    and uri_path like '%skins/common/%'
  group by uri_path

on our experimental hadoop cluster, and got the results that I am attaching to
this bug.  (This is showing the aggregated hits to the pattern you requested
for August 1st, 2014.  If you'd like a different approach, please let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to