Class TaskSpec

java.lang.Object
org.apache.drill.yarn.appMaster.TaskSpec

public class TaskSpec extends Object
  • Field Details

    • containerSpec

      public ContainerRequestSpec containerSpec
      Number of YARN vcores (virtual cores) and amount of memory (in MB) needed by this task.
    • launchSpec

      public LaunchSpec launchSpec
      Description of of the task process, environment and so on.
    • maxRetries

      public int maxRetries
    • name

      public String name
  • Constructor Details

    • TaskSpec

      public TaskSpec()