org.apache.hadoop.yarn.applications.distributedshell
Class DSConstants
java.lang.Object
org.apache.hadoop.yarn.applications.distributedshell.DSConstants
@InterfaceAudience.Public
@InterfaceStability.Unstable
public class DSConstants
- extends Object
Constants used in both Client and Application Master
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISTRIBUTEDSHELLSCRIPTLOCATION
public static final String DISTRIBUTEDSHELLSCRIPTLOCATION
- Environment key name pointing to the shell script's location
- See Also:
- Constant Field Values
DISTRIBUTEDSHELLSCRIPTTIMESTAMP
public static final String DISTRIBUTEDSHELLSCRIPTTIMESTAMP
- Environment key name denoting the file timestamp for the shell script.
Used to validate the local resource.
- See Also:
- Constant Field Values
DISTRIBUTEDSHELLSCRIPTLEN
public static final String DISTRIBUTEDSHELLSCRIPTLEN
- Environment key name denoting the file content length for the shell script.
Used to validate the local resource.
- See Also:
- Constant Field Values
DSConstants
public DSConstants()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.