mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user