zentol edited a comment on pull request #14630:
URL: https://github.com/apache/flink/pull/14630#issuecomment-761888056
> if someone downloads the binary distribution of Flink and tries to run it
on a VM, are they expected to set an appropriate [FLINK_]CLASSPATH variable?
To answer your example: No, it is not required.
As for why the kubernetes mode does it: It assembles a plain `java ...`
command, and uses `${FLINK_CLASSPATH}` as a placeholder for the jvm classpath
parameter (because the actual value is determined within the container based on
it's contents, not on the client-side), which is populated by the script.
----------------------------------------------------------------
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]