piotr-szuberski commented on pull request #12297: URL: https://github.com/apache/beam/pull/12297#issuecomment-706002739
Sorry, I forgot there is an additional setup needed. You also need to build the jar of the runner you are using - example for Flink (you don't need it for DirectRunner) ``` ./gradlew :runners:flink:1.10:job-server:shadowJar ``` Current python container: ``` ./gradlew :sdks:python:container:py37:docker ``` Building java sdk container should not be needed - pulling the latest (2.24) from docker hub should be sufficient. But to be on the safe side: ``` ./gradlew :sdks:java:container:docker docker tag apache/beam_java8_sdk:2.26.0.dev apache/beam_java8_sdk:2.24.0.dev ``` It will definitely be the easiest to wait for 2.25 but on the other hand it's a long time. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
