Setting up the Flink runner has a documentation error then, I believe. Presumably some text should be added such as “also, copy the gradle folder over which you can get from github”
I followed the docs through several links to get to the source code packages. I didn’t notice any instructions on what to do since gradle isn’t included. Go down the rabbit hole if you dare: https://beam.apache.org/get-started/quickstart-py/#download-and-install “Currently, running wordcount.py on Flink requires a full download of the Beam source code. See https://beam.apache.org/roadmap/portability/#python-on-flink for more information. https://beam.apache.org/roadmap/portability/#python-on-flink Please see the Flink Runner page<https://beam.apache.org/documentation/runners/flink/> for more information on how to run portable pipelines on top of Flink. https://beam.apache.org/documentation/runners/flink/ Executing a Beam pipeline on a Flink Cluster As of now you will need a copy of Apache Beam’s source code. You can download it on the Downloads page<https://beam.apache.org/get-started/downloads/> https://beam.apache.org/get-started/downloads/ Downloading source code You can download the source code package for a release from the links in the Releases<https://beam.apache.org/get-started/downloads/#releases> section. https://beam.apache.org/get-started/downloads/#releases From: Luke Cwik <[email protected]> Sent: Monday, December 2, 2019 4:33 PM To: user <[email protected]> Subject: Re: Beam portable runner Its not just gradle and gradlew.bat but the entire gradle folder which includes jars. This thread has additional details: https://lists.apache.org/thread.html/d8bd7a0395d979246b3aff02fbb562ac0467828c4adfc25029839fab@%3Cdev.beam.apache.org%3E<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apache.org_thread.html_d8bd7a0395d979246b3aff02fbb562ac0467828c4adfc25029839fab-40-253Cdev.beam.apache.org-253E&d=DwMFaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r=vApigzBDawIzro0bWKMbilL1bAsCrY03UlKB_BEIgYE&m=S7yJM3Tw8ByU6BLFqLsKbb8qm-sMq9VS0XDld7377QE&s=0qrVIv3cOszvytTdgTy68lcHL5m8PpZPdPeZ-ENmft4&e=> and the underlying https://issues.apache.org/jira/browse/LEGAL-288<https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_LEGAL-2D288&d=DwMFaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r=vApigzBDawIzro0bWKMbilL1bAsCrY03UlKB_BEIgYE&m=S7yJM3Tw8ByU6BLFqLsKbb8qm-sMq9VS0XDld7377QE&s=05VaDThvUYoY7dHq6oQTwRwHIZq4GJDqScMbBysB0uE&e=> was closed due to inactivity. I closed BEAM-8562 with those details. On Mon, Dec 2, 2019 at 3:02 PM Robert Lugg <[email protected]<mailto:[email protected]>> wrote: I created the BEAM issue below for the linux gradlew file https://issues.apache.org/jira/browse/BEAM-8562<https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_BEAM-2D8562&d=DwMFaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r=vApigzBDawIzro0bWKMbilL1bAsCrY03UlKB_BEIgYE&m=S7yJM3Tw8ByU6BLFqLsKbb8qm-sMq9VS0XDld7377QE&s=a0yjoQGjn5_VUGLoUSkAHccDmiTY_nzbNhrIj5em45Q&e=> and will update it mentioning windows isn’t there either.
