setDockerWorkerNumber {DockerParallel} | R Documentation |
Set the worker number on the cloud. There is no default method for this generic.
Description
Set the worker number on the cloud. The provider needs to scale the worker number up and down accordingly.
Usage
setDockerWorkerNumber(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
Arguments
provider |
S4 |
cluster |
S4 |
container |
S4 |
hardware |
S4 |
workerNumber |
Integer(1), the number of the workers. |
verbose |
Integer. The verbose level, default 1. |
Value
No return value
[Package DockerParallel version 1.0.4 Index]