I deployed Hadoop 2.3 as a single node cluster. Since YARN allocates resources as a unit called a container, how do I know how many containers are running in my single node cluster (by looking at the logs, console, etc.) ?.
I could not find a way to determine this, could someone please direct me to see the number or containers that are used and, hopefully, the total number of JVMs from there?
Thanks in advance!
source share