Hi Yarn Devs, I have been looking around for information on how the getProgress() method is used by the AM and/or RM when allocating resources. Is there any documentation on what this getProgress value should indicate? And how the AsyncClient uses this method override in the AM-RM protocol?
The reason for asking is that in Samza, we always seem to use a value of 0.0F. Based on the yarn website documentation, this is not accurate and hence, RM allocates more containers than our ask. Is my understanding correct? Any code example or documentation to shed more light on the usage of getProgress() will be useful. Fyi: I am using hadoop 2.6.0. Thanks! -- Navina R.
