public class TaskSpec extends Object
Modifier and Type | Field and Description |
---|---|
ContainerRequestSpec |
containerSpec
Number of YARN vcores (virtual cores) and amount of memory (in MB) needed
by this task.
|
LaunchSpec |
launchSpec
Description of of the task process, environment and so on.
|
int |
maxRetries |
String |
name |
Constructor and Description |
---|
TaskSpec() |
public ContainerRequestSpec containerSpec
public LaunchSpec launchSpec
public int maxRetries
public String name
Copyright © 1970 The Apache Software Foundation. All rights reserved.