Re: Running a Beam Pipeline on GCP Dataproc Flink Cluster
Posted by
Ismaël Mejía on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Running-a-Beam-Pipeline-on-GCP-Dataproc-Flink-Cluster-tp32628p32640.html
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.