Skip to content

Commit

Permalink
Update current directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
acmiyaguchi committed Sep 11, 2019
1 parent 305389d commit 83a7361
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 207 deletions.
10 changes: 7 additions & 3 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ spark-submit \
--config sparkwiki/config/pagecount.conf \
--basePath data/raw/pagecounts \
--pageDump data/enwiki/page_parquet \
--outputPath data/processed/pagecount
--outputPath data/processed/pagecount \
--startDate 2019-01-01 \
--endDate 2019-01-08
```
--endDate 2019-03-01
```

```bash
gsutil rsync -d -r enwiki gs://wiki-forecast-data/enwiki
```
Loading

0 comments on commit 83a7361

Please sign in to comment.