| Class | Description |
|---|---|
| FileSystemImplConfig |
FileSystemImplConfig is intended to manage the Samza config for fs.<scheme>impl.
|
| LocalizerResourceConfig |
LocalizerResourceConfig is intended to manage/fetch the config values
for the yarn localizer resource(s) from the configuration.
|
| LocalizerResourceMapper |
A universal approach to generate local resource map which can be put in ContainerLaunchContext directly
|
| YarnAppState |
YarnAppState encapsulates Yarn specific state variables that are Yarn specific.
|
| YarnClusterResourceManager |
An
YarnClusterResourceManager implements a ClusterResourceManager using Yarn as the underlying
resource manager. |
| YarnContainerRunner |
A Helper class to run container processes on Yarn.
|
| YarnResourceManagerFactory |
A YarnContainerProcessManagerFactory returns an implementation of a
ClusterResourceManager for Yarn. |
| Exception | Description |
|---|---|
| LocalizerResourceException | |
| SamzaContainerLaunchException |
SamzaContainerLaunchException indicates an Exception during container launch. |