Class DSConstants
java.lang.Object
org.apache.hadoop.yarn.applications.distributedshell.DSConstants
Constants used in both Client and Application Master
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEnvironment key name denoting the file content length for the shell script.static final StringEnvironment key name pointing to the shell script's locationstatic final StringEnvironment key name denoting the file timestamp for the shell script.static final StringEnvironment key name denoting the timeline domain ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DISTRIBUTEDSHELLSCRIPTLOCATION
Environment key name pointing to the shell script's location- See Also:
-
DISTRIBUTEDSHELLSCRIPTTIMESTAMP
Environment key name denoting the file timestamp for the shell script. Used to validate the local resource.- See Also:
-
DISTRIBUTEDSHELLSCRIPTLEN
Environment key name denoting the file content length for the shell script. Used to validate the local resource.- See Also:
-
DISTRIBUTEDSHELLTIMELINEDOMAIN
Environment key name denoting the timeline domain ID.- See Also:
-
-
Constructor Details
-
DSConstants
public DSConstants()
-