wangyang0918 commented on issue #10528: [FLINK-15179] Kubernetes Session CLI use generic ExecutorCLI, not custom one URL: https://github.com/apache/flink/pull/10528#issuecomment-564993766 @kl0u FYI After this change, the commands of starting a session cluster and submitting a flink job into it will like following. ``` ./bin/kubernetes-session.sh -Dkubernetes.cluster-id=flink-native-k8s-session-1 \ -Dflink:flink-1.10-SNAPSHOT-k8s \ -Djobmanager.heap.size=4096m -Dtaskmanager.memory.total-process.size=4096m \ -Dtaskmanager.numberOfTaskSlots=4 ``` ``` ./bin/flink run -d -e kubernetes-session-cluster \ -Dkubernetes.cluster-id=flink-native-k8s-session-1 \ examples/streaming/WindowJoin.jar ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
