submitJob: Submits a job to a running cluster...

Description Usage Arguments Details Value

View source: R/awsFunctions.R

Description

Submits a job to a running cluster

Usage

1
submitJob(clusterObject, stopClusterOnComplete=FALSE, taskTimeout=10)

Arguments

clusterObject

a cluster object to submit to

stopClusterOnComplete

set to true if you want the cluster to be shut down after job completes

taskTimeout

maximum time a single unit of work can run (in minutes)

Details

After a cluster has been started this function submits jobs to that cluster. If a job is submitted with enableDebugging=TRUE, all jobs submitted to that cluster will also have debugging enabled. To turn debugging off, the cluster must be stopped and restarted.

Value

Execution status of this job


leeper/segue documentation built on May 21, 2019, 1:39 a.m.