Hi, It seems that the memory per NodeManager is hardcoded in the MiniYARNCluster. I would like to pass a custom value to the MiniYARNCluster.
https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/MiniYARNCluster.java#L512 Is there a reason for this limitation? Would you accept a patch which makes this value configurable? Best, Robert
