Learn R Programming

doAzureParallel (version 0.8.0)

waitForNodesToComplete: Polling method to check status of cluster boot up

Description

Polling method to check status of cluster boot up

Usage

waitForNodesToComplete(poolId, timeout = 86400)

Arguments

poolId

The cluster name to poll for

timeout

Timeout in seconds, default timeout is one day

Examples

Run this code
# NOT RUN {
waitForNodesToComplete(poolId = "testCluster", timeout = 3600)
# }

Run the code above in your browser using DataLab