Example usage for Java org.apache.hadoop.mapreduce ClusterMetrics fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getMapSlotCapacity() Get the total number of map slots in the cluster. |
int | getReduceSlotCapacity() Get the total number of reduce slots in the cluster. |
int | getRunningMaps() Get the number of running map tasks in the cluster. |
int | getRunningReduces() Get the number of running reduce tasks in the cluster. |