public class LocalContainerLauncher
extends org.apache.tez.serviceplugins.api.ContainerLauncher
| Constructor and Description |
|---|
LocalContainerLauncher(org.apache.tez.serviceplugins.api.ContainerLauncherContext containerLauncherContext,
AppContext context,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
String workingDirectory,
boolean isLocalMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
launchContainer(org.apache.tez.serviceplugins.api.ContainerLaunchRequest launchRequest) |
void |
shutdown() |
void |
start() |
void |
stopContainer(org.apache.tez.serviceplugins.api.ContainerStopRequest stopRequest) |
public LocalContainerLauncher(org.apache.tez.serviceplugins.api.ContainerLauncherContext containerLauncherContext,
AppContext context,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
String workingDirectory,
boolean isLocalMode)
throws UnknownHostException
UnknownHostExceptionpublic void start()
throws Exception
start in interface org.apache.tez.common.ServicePluginLifecyclestart in class org.apache.tez.serviceplugins.api.ContainerLauncherExceptionpublic void shutdown()
throws Exception
shutdown in interface org.apache.tez.common.ServicePluginLifecycleshutdown in class org.apache.tez.serviceplugins.api.ContainerLauncherExceptionpublic void launchContainer(org.apache.tez.serviceplugins.api.ContainerLaunchRequest launchRequest)
launchContainer in class org.apache.tez.serviceplugins.api.ContainerLauncherpublic void stopContainer(org.apache.tez.serviceplugins.api.ContainerStopRequest stopRequest)
stopContainer in class org.apache.tez.serviceplugins.api.ContainerLauncherCopyright © 2016 Apache Software Foundation. All rights reserved.