mattcasters commented on issue #2997: URL: https://github.com/apache/hop/issues/2997#issuecomment-1585761138
Like I mentioned earlier, I have no further details concerning your environment. The details often matter with these clustered environments. That being said, [a guide](https://hop.apache.org//manual/latest/pipeline/beam/beam-samples-flink.html) was written for this particular case, to get you started. In my case I have a script that runs: ``` bin/flink run \ --class org.apache.hop.beam.run.MainBeam \ /tmp/hop-fatjar.jar \ /home/matt/git/mattcasters/hop/assemblies/client/target/hop/config/projects/samples/beam/pipelines/generate-synthetic-data.hpl \ hop-metadata.json \ Flink \ environment.json ``` It started all right:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
