public interface YarnNodeManagerClientFactory
NMClientAsync
.Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.client.api.async.NMClientAsync |
createNodeManagerClient(org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler callbackHandler)
Create YARN NodeManager client with the given callback handler.
|
org.apache.hadoop.yarn.client.api.async.NMClientAsync createNodeManagerClient(org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler callbackHandler)
callbackHandler
- which handles the events from YARN NodeManager.NMClientAsync
instance.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.