Ottomata has submitted this change and it was merged.
Change subject: Re-align HiveQL for creating the webstats table
......................................................................
Re-align HiveQL for creating the webstats table
Change-Id: Ia9322be7a2078afed9392d023abb27d8311e6168
---
M hive/webstats/create_webstats_table.hql
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Ottomata: Verified; Looks good to me, approved
diff --git a/hive/webstats/create_webstats_table.hql
b/hive/webstats/create_webstats_table.hql
index ee2337b..0cdf0f4 100644
--- a/hive/webstats/create_webstats_table.hql
+++ b/hive/webstats/create_webstats_table.hql
@@ -37,10 +37,10 @@
`count_views` bigint COMMENT 'Summed up pageviews',
`total_response_size` bigint COMMENT 'Summed up response sizes')
PARTITIONED BY (
- `year` int COMMENT 'Unpadded year of request',
- `month` int COMMENT 'Unpadded month of request',
- `day` int COMMENT 'Unpadded day of request',
- `hour` int COMMENT 'Unpadded hour of request')
+ `year` int COMMENT 'Unpadded year of request',
+ `month` int COMMENT 'Unpadded month of request',
+ `day` int COMMENT 'Unpadded day of request',
+ `hour` int COMMENT 'Unpadded hour of request')
STORED AS TEXTFILE
LOCATION '/wmf/data/wmf/webstats'
;
--
To view, visit https://gerrit.wikimedia.org/r/182806
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia9322be7a2078afed9392d023abb27d8311e6168
Gerrit-PatchSet: 2
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