rmetzger opened a new pull request #18899: URL: https://github.com/apache/flink/pull/18899
This is useful for running Flink on docker, where it is sometimes not clear if docker chose the right architecture. Example ``` 2022-02-23 12:07:06,972 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - OS current user: robert 2022-02-23 12:07:06,972 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - Current Hadoop/Kerberos user: <no hadoop dependency found> 2022-02-23 12:07:06,972 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - JVM: OpenJDK 64-Bit Server VM - Azul Systems, Inc. - 1.8/25.312-b07 2022-02-23 12:07:06,972 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - Arch: aarch64 2022-02-23 12:07:06,972 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - Maximum heap size: 512 MiBytes 2022-02-23 12:07:06,972 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - JAVA_HOME: /opt/zulu-jdk8 2022-02-23 12:07:06,973 INFO org.apache.flink.runtime.taskexecutor.TaskManagerRunner [] - No Hadoop Dependency available ``` -- 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]
