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
Currently Application Containers are created based on the 'count'. However there are several cases where Application Containers have to be created based on the type of the deployed application.
For example: Two containers per node saturating every node
OR
5 containers on the following 5 nodes
. . . and more
Having strategy which could be set during the application build (YarnAssembly) should make this possible
The text was updated successfully, but these errors were encountered:
Currently Application Containers are created based on the 'count'. However there are several cases where Application Containers have to be created based on the type of the deployed application.
For example:
Two containers per node saturating every node
OR
5 containers on the following 5 nodes
. . . and more
Having strategy which could be set during the application build (YarnAssembly) should make this possible
The text was updated successfully, but these errors were encountered: