I am attempting to run a Beam pipeline on a GCP Dataproc Flink cluster. I have followed the instructions at
this repo to create a Flink cluster on Dataproc using an initialization action. However, the resulting cluster uses version 1.5.6 of Flink, and my project requires a more recent version (version 1.7, 1.8, or 1.9) for
compatibility with Beam.
Thank you in advance.