| Package | Description |
|---|---|
| org.apache.tez.common | |
| org.apache.tez.runtime | |
| org.apache.tez.runtime.api.impl |
| Modifier and Type | Method and Description |
|---|---|
TaskSpec |
ContainerTask.getTaskSpec() |
| Constructor and Description |
|---|
ContainerTask(TaskSpec taskSpec,
boolean shouldDie,
Map<String,TezLocalResource> additionalResources,
org.apache.hadoop.security.Credentials credentials,
boolean credentialsChanged) |
| Modifier and Type | Field and Description |
|---|---|
protected TaskSpec |
RuntimeTask.taskSpec |
| Constructor and Description |
|---|
LogicalIOProcessorRuntimeTask(TaskSpec taskSpec,
int appAttemptNumber,
org.apache.hadoop.conf.Configuration tezConf,
String[] localDirs,
TezUmbilical tezUmbilical,
Map<String,ByteBuffer> serviceConsumerMetadata,
Map<String,String> envMap,
com.google.common.collect.Multimap<String,String> startedInputsMap,
org.apache.tez.runtime.api.ObjectRegistry objectRegistry,
String pid,
org.apache.tez.runtime.api.ExecutionContext ExecutionContext,
long memAvailable) |
RuntimeTask(TaskSpec taskSpec,
org.apache.hadoop.conf.Configuration tezConf,
TezUmbilical tezUmbilical,
String pid) |
| Modifier and Type | Method and Description |
|---|---|
static TaskSpec |
TaskSpec.createBaseTaskSpec(String dagName,
String vertexName,
int vertexParallelism,
org.apache.tez.dag.api.ProcessorDescriptor processorDescriptor,
List<InputSpec> inputSpecList,
List<OutputSpec> outputSpecList,
List<GroupInputSpec> groupInputSpecList) |
Copyright © 2015 Apache Software Foundation. All rights reserved.