Class ClusterCLI
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.yarn.client.cli.YarnCLI
org.apache.hadoop.yarn.client.cli.ClusterCLI
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
Cluster CLI used to get over all information of the cluster
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.hadoop.yarn.client.cli.YarnCLI
client, FAIL_CMD, HELP_CMD, KILL_CMD, LIST_CMD, MOVE_TO_QUEUE_CMD, OPTION_SUBCLUSTERID, SIGNAL_CMD, STATUS_CMD, syserr, sysout -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.client.cli.YarnCLI
createAndStartYarnClient, createYarnClient, getClient, setClient, setSysErrPrintStream, setSysOutPrintStream, stopMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
LIST_LABELS_CMD
- See Also:
-
DIRECTLY_ACCESS_NODE_LABEL_STORE
- See Also:
-
LIST_CLUSTER_ATTRIBUTES
- See Also:
-
CMD
- See Also:
-
-
Constructor Details
-
ClusterCLI
public ClusterCLI()
-
-
Method Details