| Package | Description |
|---|---|
| org.apache.tez.runtime.task |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskReporter
Responsible for communication between tasks running in a Container and the ApplicationMaster.
|
| 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.