Skip to content
Snippets Groups Projects
Commit efedf6d6 authored by vehnem's avatar vehnem
Browse files

README how to dump-date

parent ccde369b
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,12 @@ To run the other extractions, use either of ...@@ -39,6 +39,12 @@ To run the other extractions, use either of
./marvin_extraction_run.sh wikidata ./marvin_extraction_run.sh wikidata
``` ```
To specify a different dump-date
```
# Set it in extractionConfiguration/{download|extraction}.*.properties
dump-date=20200301
```
If specified dump-date is newer as current local dumps, then adding it to `extractionConfiguration/download.*.properties` is enough
## Cronjobs ## Cronjobs
Below is a list of cronjobs we use on the different servers: Below is a list of cronjobs we use on the different servers:
......
...@@ -18,4 +18,4 @@ retry-max=5 ...@@ -18,4 +18,4 @@ retry-max=5
retry-millis=10000 retry-millis=10000
#for specific dump dates (e.g. 20170101) if empty: the most recent dump-date is used #for specific dump dates (e.g. 20170101) if empty: the most recent dump-date is used
dump-date=20200201 dump-date=
...@@ -16,4 +16,4 @@ retry-max=5 ...@@ -16,4 +16,4 @@ retry-max=5
retry-millis=10000 retry-millis=10000
#for specific dump dates (e.g. 20170101) if empty: the most recent dump-date is used #for specific dump dates (e.g. 20170101) if empty: the most recent dump-date is used
dump-date=20200201 dump-date=
...@@ -18,4 +18,4 @@ retry-max=5 ...@@ -18,4 +18,4 @@ retry-max=5
retry-millis=10000 retry-millis=10000
#for specific dump dates (e.g. 20170101) if empty: the most recent dump-date is used #for specific dump dates (e.g. 20170101) if empty: the most recent dump-date is used
dump-date=20200201 dump-date=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment