Class NodeAttributesCLI
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.yarn.client.cli.NodeAttributesCLI
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
public class NodeAttributesCLI
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
CLI to map attributes to Nodes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdmin commands handler.static classClient commands handler.static classAbstract class for command handler. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NodeAttributesCLI.AdminCommandHandlerprotected NodeAttributesCLI.ClientCommandHandlerstatic voidintprotected voidsetErrOut(PrintStream errOut) Methods 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
-
INVALID_MAPPING_ERR_MSG
- See Also:
-
USAGE_YARN_NODE_ATTRIBUTES
- See Also:
-
MISSING_ARGUMENT
- See Also:
-
NO_MAPPING_ERR_MSG
- See Also:
-
INVALID_COMMAND_USAGE
- See Also:
-
-
Constructor Details
-
NodeAttributesCLI
public NodeAttributesCLI()
-
-
Method Details