public class TezChild extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TezChild.ContainerExecutionResult |
| Constructor and Description |
|---|
TezChild(org.apache.hadoop.conf.Configuration conf,
String host,
int port,
String containerIdentifier,
String tokenIdentifier,
int appAttemptNumber,
String workingDir,
String[] localDirs,
Map<String,String> serviceProviderEnvMap,
ObjectRegistryImpl objectRegistry,
String pid,
ExecutionContext executionContext,
org.apache.hadoop.security.Credentials credentials,
long memAvailable,
String user,
TezTaskUmbilicalProtocol umbilical,
boolean updateSysCounters,
HadoopShim hadoopShim) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static TezChild |
newTezChild(org.apache.hadoop.conf.Configuration conf,
String host,
int port,
String containerIdentifier,
String tokenIdentifier,
int attemptNumber,
String[] localDirs,
String workingDirectory,
Map<String,String> serviceProviderEnvMap,
String pid,
ExecutionContext executionContext,
org.apache.hadoop.security.Credentials credentials,
long memAvailable,
String user,
TezTaskUmbilicalProtocol tezUmbilical,
boolean updateSysCounters,
HadoopShim hadoopShim) |
TezChild.ContainerExecutionResult |
run() |
void |
shutdown() |
public TezChild(org.apache.hadoop.conf.Configuration conf,
String host,
int port,
String containerIdentifier,
String tokenIdentifier,
int appAttemptNumber,
String workingDir,
String[] localDirs,
Map<String,String> serviceProviderEnvMap,
ObjectRegistryImpl objectRegistry,
String pid,
ExecutionContext executionContext,
org.apache.hadoop.security.Credentials credentials,
long memAvailable,
String user,
TezTaskUmbilicalProtocol umbilical,
boolean updateSysCounters,
HadoopShim hadoopShim)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic TezChild.ContainerExecutionResult run() throws IOException, InterruptedException, TezException
public void shutdown()
public static TezChild newTezChild(org.apache.hadoop.conf.Configuration conf, String host, int port, String containerIdentifier, String tokenIdentifier, int attemptNumber, String[] localDirs, String workingDirectory, Map<String,String> serviceProviderEnvMap, @Nullable String pid, ExecutionContext executionContext, org.apache.hadoop.security.Credentials credentials, long memAvailable, String user, TezTaskUmbilicalProtocol tezUmbilical, boolean updateSysCounters, HadoopShim hadoopShim) throws IOException, InterruptedException, TezException
public static void main(String[] args) throws IOException, InterruptedException, TezException
Copyright © 2022 Apache Software Foundation. All rights reserved.