public interface ShuffleMasterContext
ShuffleMaster
. It can work as a proxy to other cluster
components and hide these components from users. For example, the customized shuffle master can
access the cluster fatal error handler through this context and in the future, more components
like the resource manager partition tracker will be accessible.Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration() |
void |
onFatalError(Throwable throwable)
Handles the fatal error if any.
|
Configuration getConfiguration()
void onFatalError(Throwable throwable)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.