Ottomata has submitted this change and it was merged.

Change subject: Fix package path to JsonSerDe in create_webrequest_raw_table.hql
......................................................................


Fix package path to JsonSerDe in create_webrequest_raw_table.hql

This is just for posterity.  This script is unlikely to ever
be run, but it is good to have the proper package and class
to this SerDe in the DDL for documentation purposes.

Change-Id: I98876afa27115d933b019a4751322c29e1be588a
---
M hive/webrequest/create_webrequest_raw_table.hql
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/hive/webrequest/create_webrequest_raw_table.hql 
b/hive/webrequest/create_webrequest_raw_table.hql
index bf7fad0..de4d6c4 100644
--- a/hive/webrequest/create_webrequest_raw_table.hql
+++ b/hive/webrequest/create_webrequest_raw_table.hql
@@ -44,7 +44,7 @@
     `day`               int     COMMENT 'Unpadded day of request',
     `hour`              int     COMMENT 'Unpadded hour of request')
 ROW FORMAT SERDE
-    'org.apache.hcatalog.data.JsonSerDe'
+    'org.apache.hive.hcatalog.data.JsonSerDe'
 -- We only care about the INPUTFORMAT, not the OUTPUTFORMAT. But
 -- Hive's syntax does not allow to specify one without the
 -- other. Hence, we give both and use a default for the OUTPUTFORMAT.

-- 
To view, visit https://gerrit.wikimedia.org/r/273027
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I98876afa27115d933b019a4751322c29e1be588a
Gerrit-PatchSet: 1
Gerrit-Project: analytics/refinery
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[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