Package org.apache.drill.yarn.appMaster
Class TaskSpec
java.lang.Object
org.apache.drill.yarn.appMaster.TaskSpec
-
Field Summary
Modifier and TypeFieldDescriptionNumber of YARN vcores (virtual cores) and amount of memory (in MB) needed by this task.Description of of the task process, environment and so on.int
-
Constructor Summary
-
Method Summary
-
Field Details
-
containerSpec
Number of YARN vcores (virtual cores) and amount of memory (in MB) needed by this task. -
launchSpec
Description of of the task process, environment and so on. -
maxRetries
public int maxRetries -
name
-
-
Constructor Details
-
TaskSpec
public TaskSpec()
-