Re: Apache Beam 2.50.0 - org.apache.beam.sdk.options.MemoryMonitorOptions ClassDef Not found

2023-10-14 Thread Bruno Volpato via dev
Hi Jaymik, This class (MemoryMonitorOptions) was indeed introduced in Beam 2.50.0. My guess is that somehow dependencies were upgraded only partially (for example, just the Runner module, but not Core). A good way to make sure that all dependencies are upgraded correctly is to use a BOM (Bill of

Apache Beam 2.50.0 - org.apache.beam.sdk.options.MemoryMonitorOptions ClassDef Not found

2023-10-12 Thread Deliwala, Jaymik H. via dev
Hello Team Greetings!! As part of upgrading our Dataflow - Apache beam version from 2.46.0 to 2.49.0/2.50.0, we are able to compile the mvn package successfully. However, while running the compile exec command, we are getting an error as below - org.apache.beam.sdk.options.MemoryMonitorOptions