mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Update documentation about manually creating RDE commands
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144451211
This commit is contained in:
parent
f30b87d40e
commit
4e34fd53f4
1 changed files with 8 additions and 4 deletions
|
@ -119,7 +119,7 @@ manually by visiting the following URL:
|
||||||
https://backend-dot-{PROJECT-ID}.appspot.com/_dr/task/rdeStaging
|
https://backend-dot-{PROJECT-ID}.appspot.com/_dr/task/rdeStaging
|
||||||
|
|
||||||
That will spawn a staging task for each TLD under the backend module in that App
|
That will spawn a staging task for each TLD under the backend module in that App
|
||||||
Engine project.
|
Engine project. You can also run the task from the cron tab of the GAE console.
|
||||||
|
|
||||||
## Notification of upload problems
|
## Notification of upload problems
|
||||||
|
|
||||||
|
@ -185,8 +185,12 @@ ICANN.
|
||||||
|
|
||||||
## Generating RDE files
|
## Generating RDE files
|
||||||
|
|
||||||
You can use the `nomulus` command to generate the RDE files on a per-TLD basis.
|
In general RDE files should be regenerated by updating the cursors to before the
|
||||||
Here's an example:
|
desired date and then re-running the mapreduce (either by waiting until the next
|
||||||
|
scheduled cron execution, or by manually invoking the RDE staging action).
|
||||||
|
|
||||||
|
In very rare cases (and only for small TLDs) you can use `nomulus` to generate
|
||||||
|
the RDE files on a per-TLD basis. Here's an example:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Define the tld/date combination.
|
# Define the tld/date combination.
|
||||||
|
@ -245,7 +249,7 @@ $ gsutil cp ${tld}_${date}_full_S1_R0{,-report}.xml.ghostryde gs://{PROJECT-ID}-
|
||||||
|
|
||||||
If the rdeStaging or rdeUpload tasks are failing and you find yourself needing
|
If the rdeStaging or rdeUpload tasks are failing and you find yourself needing
|
||||||
to perform this process manually, you must make sure to update the appropriate
|
to perform this process manually, you must make sure to update the appropriate
|
||||||
cursors. Again, you can use the `nomulus` to perform this operation.
|
cursors. Again, you can use `nomulus` to perform this operation.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ nomulus -e production update_cursors --timestamp=2015-05-21T00:00:00Z --type=RDE_STAGING $tld
|
$ nomulus -e production update_cursors --timestamp=2015-05-21T00:00:00Z --type=RDE_STAGING $tld
|
||||||
|
|
Loading…
Add table
Reference in a new issue