Created
September 7, 2017 18:14
-
-
Save ottomata/11586e130667f738ab374a2bbe635006 to your computer and use it in GitHub Desktop.
refine popups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spark-submit \ | |
| --class org.wikimedia.analytics.refinery.job.JsonRefine \ | |
| ./refinery-job/target/refinery-job-0.0.49-SNAPSHOT.jar \ | |
| --input-base-path /wmf/data/raw/eventlogging \ | |
| --database otto \ | |
| --output-base-path /user/otto/external/event02 \ | |
| --done-flag _REFINED \ | |
| --input-regex '.*eventlogging_(.+)/hourly/(\d+)/(\d+)/(\d+)/(\d+)' \ | |
| --input-capture 'table,year,month,day,hour' \ | |
| --table-whitelist '.*Popups' \ | |
| --since 2 \ | |
| --limit 2 \ | |
| --dry-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment