Following the documentation for running pyflink on...
# troubleshooting
h
Following the documentation for running pyflink on docker, I run into the following error message (when trying to install apache-flink with pip):
Include folder should be at '/opt/java/openjdk/include' but doesn't exist. Please check you've installed the JDK properly.
docs: https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/deployment/resource-providers/standalone/docker/#using-flink-python-on-docker edit: this is on a M1 mac
What’s the recommended way to install the JDK into the flink docker image? Does it make sense to publish a version with the jdk installed (or pyflink?)
When using the amd64 image, it works out of the box, probably because the dependencies that require a full build on arm64 are available as binary in amd64. Not sure which one though