| 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,
ObjectRegistry objectRegistry,
String pid,
ExecutionContext executionContext,
long memAvailable,
boolean updateSysCounters,
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,
ObjectRegistry objectRegistry,
String pid,
ExecutionContext executionContext,
long memAvailable,
boolean updateSysCounters,
HadoopShim hadoopShim,
TezExecutors sharedExecutor) |
Copyright © 2022 Apache Software Foundation. All rights reserved.