Hello Ottomata,

I'd like you to do a code review.  Please visit

    https://gerrit.wikimedia.org/r/182806

to review the following change.

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/refinery 
refs/changes/06/182806/1

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: newchange
Gerrit-Change-Id: Ia9322be7a2078afed9392d023abb27d8311e6168
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

Reply via email to