| Package | Description |
|---|---|
| org.apache.tez.common | |
| org.apache.tez.runtime | |
| org.apache.tez.runtime.api.impl | |
| org.apache.tez.runtime.task |
| 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,
boolean updateSysCounters,
org.apache.tez.hadoop.shim.HadoopShim hadoopShim,
org.apache.tez.common.TezExecutors sharedExecutor) |
RuntimeTask(TaskSpec taskSpec,
org.apache.hadoop.conf.Configuration tezConf,
TezUmbilical tezUmbilical,
String pid,
boolean setupSysCounterUpdater) |
| 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,
org.apache.hadoop.conf.Configuration taskConf) |
| Constructor and Description |
|---|
TezTaskRunner2(org.apache.hadoop.conf.Configuration tezConf,
org.apache.hadoop.security.UserGroupInformation ugi,
String[] localDirs,
TaskSpec taskSpec,
int appAttemptNumber,
Map<String,ByteBuffer> serviceConsumerMetadata,
Map<String,String> serviceProviderEnvMap,
com.google.common.collect.Multimap<String,String> startedInputsMap,
TaskReporterInterface taskReporter,
ExecutorService executor,
org.apache.tez.runtime.api.ObjectRegistry objectRegistry,
String pid,
org.apache.tez.runtime.api.ExecutionContext executionContext,
long memAvailable,
boolean updateSysCounters,
org.apache.tez.hadoop.shim.HadoopShim hadoopShim)
Deprecated.
|
TezTaskRunner2(org.apache.hadoop.conf.Configuration tezConf,
org.apache.hadoop.security.UserGroupInformation ugi,
String[] localDirs,
TaskSpec taskSpec,
int appAttemptNumber,
Map<String,ByteBuffer> serviceConsumerMetadata,
Map<String,String> serviceProviderEnvMap,
com.google.common.collect.Multimap<String,String> startedInputsMap,
TaskReporterInterface taskReporter,
ExecutorService executor,
org.apache.tez.runtime.api.ObjectRegistry objectRegistry,
String pid,
org.apache.tez.runtime.api.ExecutionContext executionContext,
long memAvailable,
boolean updateSysCounters,
org.apache.tez.hadoop.shim.HadoopShim hadoopShim,
org.apache.tez.common.TezExecutors sharedExecutor) |
Copyright © 2017 Apache Software Foundation. All rights reserved.