Package | Description |
---|---|
org.apache.tez.client | |
org.apache.tez.serviceplugins.api |
Modifier and Type | Method and Description |
---|---|
TezClient.TezClientBuilder |
TezClient.TezClientBuilder.setServicePluginDescriptor(ServicePluginsDescriptor servicePluginsDescriptor)
Specify the service plugins that will be running in the AM
|
Constructor and Description |
---|
TezClient(String name,
TezConfiguration tezConf,
boolean isSession,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources,
org.apache.hadoop.security.Credentials credentials,
ServicePluginsDescriptor servicePluginsDescriptor) |
Modifier and Type | Method and Description |
---|---|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(boolean enableUber)
Create a service plugin descriptor which may have in-AM execution of tasks enabled.
|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(boolean enableContainers,
boolean enableUber,
TaskSchedulerDescriptor[] taskSchedulerDescriptor,
ContainerLauncherDescriptor[] containerLauncherDescriptors,
TaskCommunicatorDescriptor[] taskCommunicatorDescriptors)
Create a service plugin descriptor with the provided plugins.
|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(boolean enableUber,
TaskSchedulerDescriptor[] taskSchedulerDescriptor,
ContainerLauncherDescriptor[] containerLauncherDescriptors,
TaskCommunicatorDescriptor[] taskCommunicatorDescriptors)
Create a service plugin descriptor with the provided plugins.
|
static ServicePluginsDescriptor |
ServicePluginsDescriptor.create(TaskSchedulerDescriptor[] taskSchedulerDescriptor,
ContainerLauncherDescriptor[] containerLauncherDescriptors,
TaskCommunicatorDescriptor[] taskCommunicatorDescriptors)
Create a service plugin descriptor with the provided plugins.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.