Package org.apache.hadoop.yarn.service.containerlaunch


package org.apache.hadoop.yarn.service.containerlaunch
  • Classes
    Class
    Description
    org.apache.hadoop.yarn.service.containerlaunch.AbstractLauncher
    Launcher of applications: base class
    org.apache.hadoop.yarn.service.containerlaunch.ClasspathConstructor
    build a classpath -allows for entries to be injected in front of YARN classpath as well as behind, adds appropriate separators, extraction of local classpath, etc.
    org.apache.hadoop.yarn.service.containerlaunch.CommandLineBuilder
    Build a single command line to include in the container commands; Special support for JVM command buildup.
    org.apache.hadoop.yarn.service.containerlaunch.ContainerLaunchService
     
    org.apache.hadoop.yarn.service.containerlaunch.ContainerLaunchService.ComponentLaunchContext
    Launch context of a component.
    org.apache.hadoop.yarn.service.containerlaunch.JavaCommandLineBuilder
    Command line builder purely for the Java CLI.