mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Allow the beam parameter in RDE standard mode (#1505)
Standard mode will determine the watermarks based on the cursors and kick off subsequent uploading steps. In order to run both the Beam and the Mapreduce pipeline in parallel, we need to allow setting the beam parameter when in standard mode. This changes should have been part of https://github.com/google/nomulus/pull/1500. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1505) <!-- Reviewable:end -->
This commit is contained in:
parent
1654f5d8e4
commit
5b56a38e01
1 changed files with 0 additions and 3 deletions
|
@ -391,9 +391,6 @@ public final class RdeStagingAction implements Runnable {
|
|||
if (revision.isPresent()) {
|
||||
throw new BadRequestException("Revision parameter not allowed in standard operation");
|
||||
}
|
||||
if (beam) {
|
||||
throw new BadRequestException("Beam parameter not allowed in standard operation");
|
||||
}
|
||||
|
||||
return ImmutableSetMultimap.copyOf(
|
||||
Multimaps.filterValues(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue