Hello, I'm looking for a way to initially obtain a full report of cluster nodes in the application master. That would be the equivalent of ClientRMService.getClusterNodes (which seems to be intended for use by the client only?)
If my understanding is correct AMResponse.getUpdatedNodes would give me deltas that can be used subsequently to maintain the list? Thanks, Thomas
