submitJob: Submits a job to a running cluster

Description Usage Arguments Value

View source: R/awsFunctions.R

Description

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.

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)

Value

Execution status of this job


zachmayer/segue2 documentation built on May 4, 2019, 9:07 p.m.