Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Description
Gets a list of operational nodes on a cluster. Note that this function will attempt to connect to the cluster when executed.
Usage
rxGetAvailableNodes(computeContext, makeRNodeNames = FALSE)
Arguments
computeContext
A distributed compute context (preferred, see RxComputeContext) or a jobInfo object
makeRNodeNames
logical. If TRUE, names of the nodes will be normalized for use as R variables. See rxMakeRNodeNames for details on name mangling.
Value
a character vector of node names, or NULL.
Author(s)
Microsoft Corporation Microsoft Technical Support
See Also
rxGetNodeInfo RxComputeContext rxGetJobs rxMakeRNodeNames
Examples
## Not run:
rxGetAvailableNodes( myCluster )
## End(Not run)