You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2022. It is now read-only.
Yarn deployer is currently designed to work with dataflow server for apache yarn. There is ongoing work to create tasklauncher-yarn sink which can spawn tasks on yarn in a same way than launching those from a dataflow shell.
All configs for dataflow server/deployer is currently done via servers.yml file but in theory tasklauncher-yarn sink can be used with local server. In this case we should have a ConfigurationProperties class in a deployer core which sink could then rely on i.e. for adding whitelisted props.
Yarn deployer is currently designed to work with dataflow server for apache yarn. There is ongoing work to create
tasklauncher-yarnsink which can spawn tasks on yarn in a same way than launching those from a dataflow shell.All configs for dataflow server/deployer is currently done via
servers.ymlfile but in theorytasklauncher-yarnsink can be used with local server. In this case we should have aConfigurationPropertiesclass in a deployer core which sink could then rely on i.e. for adding whitelisted props.