Interface YarnNodeManagerClientFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • createNodeManagerClient

        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.
        Parameters:
        callbackHandler - which handles the events from YARN NodeManager.
        Returns:
        a NMClientAsync instance.