org.apache.hadoop.yarn.applications.distributedshell
Class DSConstants

java.lang.Object
  extended by org.apache.hadoop.yarn.applications.distributedshell.DSConstants

@InterfaceAudience.Public
@InterfaceStability.Unstable
public class DSConstants
extends Object

Constants used in both Client and Application Master


Field Summary
static String DISTRIBUTEDSHELLSCRIPTLEN
          Environment key name denoting the file content length for the shell script.
static String DISTRIBUTEDSHELLSCRIPTLOCATION
          Environment key name pointing to the shell script's location
static String DISTRIBUTEDSHELLSCRIPTTIMESTAMP
          Environment key name denoting the file timestamp for the shell script.
 
Constructor Summary
DSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DSConstants

public DSConstants()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.