As @JAllemandou commented on https://gerrit.wikimedia.org/r/c/analytics/refinery/+/680414, it appears we duplicate the sqoop list in labs_grouped_wikis.csv and prod_grouped_wikis.csv. We should confirm that they are in fact the same, and update puppet to only use a single csv grouped_wikis.csv.
Description
Description
Details
Details
Related Changes in Gerrit:
Event Timeline
Comment Actions
Ok, confirmed that the two csvs are currently the same, other than their header:
~/w/refinery 11:08 (master) $ diff static_data/mediawiki/grouped_wikis/{labs_grouped_wikis,prod_grouped_wikis}.csv
1c1
< # Labs wiki,group,edit size in 2016
---
> # Production wiki,group,edit size in 2016Time to deduplicate!
Comment Actions
Change 681496 had a related patch set uploaded (by Razzi; author: Razzi):
[analytics/refinery@master] Combine labs_grouped_wikis and prod_grouped_wikis to grouped_wikis
Comment Actions
Change 681498 had a related patch set uploaded (by Razzi; author: Razzi):
[operations/puppet@production] sqoop: switch to single grouped_wikis.csv
Comment Actions
Change 681496 merged by Razzi:
[analytics/refinery@master] Combine labs_grouped_wikis and prod_grouped_wikis to grouped_wikis
Comment Actions
Change 681498 merged by Razzi:
[operations/puppet@production] sqoop: switch to single grouped_wikis.csv
Comment Actions
This has been re-deployed: https://gerrit.wikimedia.org/r/c/operations/puppet/+/682791