We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using, --runner=PrismRunner, the Pipeline:
--runner=PrismRunner
pipeline .apply("readStrings", PubsubIO.readStrings().fromSubscription(options.getInput())) .apply("window", Window.into(FixedWindows.of(Duration.standardSeconds(3L)))) .apply("writeStrings", TextIO.write().to(options.getOutput()).withWindowedWrites());
results in error="prism runner doesn't support the following required features: beam:requirement:pardo:on_window_expiration:v1"
error="prism runner doesn't support the following required features: beam:requirement:pardo:on_window_expiration:v1"
dependencies:
dependencies { implementation(platform("org.apache.beam:beam-sdks-java-bom:2.60.0")) implementation("org.apache.beam:beam-runners-prism-java") }
Priority: 2 (default / most feature requests should be filed as P2)
The text was updated successfully, but these errors were encountered:
Closing due to duplicate #32211
Sorry, something went wrong.
damondouglas
No branches or pull requests
What would you like to happen?
Using,
--runner=PrismRunner
, the Pipeline:results in
error="prism runner doesn't support the following required features: beam:requirement:pardo:on_window_expiration:v1"
dependencies:
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
The text was updated successfully, but these errors were encountered: