Radeity commented on PR #13550: URL: https://github.com/apache/dolphinscheduler/pull/13550#issuecomment-1437783613
> Hi, @Radeity Good job! May I ask when the user selects client mode or local mode, will the task be submitted to k8s or executed locally as expected? Hi, @rickchengx, thanks for your interest! There are mainly two situations: - Select **local** mode: Task runs locally, regardless of namespace selection. - Select **cluster / client** mode: If user selects namespace either, task will be submitted to **K8S**, instead, to **Yarn**, e.g. when user both selects client mode and namespace, driver will launch locally, executors will launch in k8s pod. -- 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]
