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

@Public @Unstable public class DSConstants extends Object
Constants used in both Client and Application Master
  • Field Details

    • DISTRIBUTEDSHELLSCRIPTLOCATION

      public static final String DISTRIBUTEDSHELLSCRIPTLOCATION
      Environment key name pointing to the shell script's location
      See Also:
    • 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:
    • 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:
    • DISTRIBUTEDSHELLTIMELINEDOMAIN

      public static final String DISTRIBUTEDSHELLTIMELINEDOMAIN
      Environment key name denoting the timeline domain ID.
      See Also:
  • Constructor Details

    • DSConstants

      public DSConstants()