Hello Ottomata,
I'd like you to do a code review. Please visit
https://gerrit.wikimedia.org/r/165378
to review the following change.
Change subject: Stop considering requests for 'undefined' and 'Undefined'
......................................................................
Stop considering requests for 'undefined' and 'Undefined'
Requests for “undefined" and "Undefined" are fo the by far biggest
part artifacts of JavaScript issues, so we no longer consider them.
Bug: 66352
Change-Id: Ic70e703e07d5b043488b031c9323f3cc12b1eff8
---
M oozie/webstats/insert_hourly_pagecounts/insert_hourly_pagecounts.hql
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/analytics/refinery
refs/changes/78/165378/1
diff --git
a/oozie/webstats/insert_hourly_pagecounts/insert_hourly_pagecounts.hql
b/oozie/webstats/insert_hourly_pagecounts/insert_hourly_pagecounts.hql
index d3fb4de..d9ed20e 100644
--- a/oozie/webstats/insert_hourly_pagecounts/insert_hourly_pagecounts.hql
+++ b/oozie/webstats/insert_hourly_pagecounts/insert_hourly_pagecounts.hql
@@ -73,6 +73,8 @@
${hiveconf:whitelisted_mediawiki_projects}
)
)
+ AND page_title != 'undefined'
+ AND page_title != 'Undefined'
GROUP BY language_and_site, project_suffix, page_title
ORDER BY qualifier, page_title
LIMIT 100000000;
--
To view, visit https://gerrit.wikimedia.org/r/165378
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic70e703e07d5b043488b031c9323f3cc12b1eff8
Gerrit-PatchSet: 1
Gerrit-Project: analytics/refinery
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits