mantaJob.status: Returns JSON Manta job status data given Manta job...

Description Usage Arguments See Also Examples

View source: R/mantaJob.status.R

Description

Returns JSON Manta job status data given Manta job identifier.

Usage

1
mantaJob.status(jobid, readable = TRUE)

Arguments

readable

logical. Set to FALSE to return the JSON Job as character(), or NULL if no Job status found. Default TRUE pretty prints JSON Job status to the console.

jobid

character optional. Manta job identifier such as "70c30bab-873b-66da-ebc8-ced12bd35ac4". Default uses mantaJobs.tail to fetch the jobid of the last Manta Job run on the service.

See Also

Other mantaJobs: mantaJob.cancel; mantaJob.done; mantaJob.errors.stderr; mantaJob.errors; mantaJob.failures; mantaJob.inputs; mantaJob.launch; mantaJob.outputs.cat; mantaJob.outputs; mantaJob.setup; mantaJobs.running; mantaJobs.tail; mantaJobs; mantaMap; mantaReduce

Examples

1
2
3
4
5
6
7
## Not run: 
## Retrieve JSON status of the last run Manta job:
mantaJob.status(readable = FALSE) -> status
## Show JSON status of last run Manta job:
mantaJob.status()

## End(Not run)

joyent/mantaRSDK documentation built on May 19, 2019, 10:43 p.m.