mantaJob.errors.stderr: Retrieves stderr messages given Manta job identifier.

Description Usage Arguments See Also Examples

View source: R/mantaJob.errors.stderr.R

Description

When you run a Manta job, any errors that the UNIX command attempted that are written to stderr are archived. This function retrieves the JSON errors messages and then all stderr message archives for each process, then uses mantaCat to print contents of each stderr message to the console.

Usage

1

Arguments

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; mantaJob.failures; mantaJob.inputs; mantaJob.launch; mantaJob.outputs.cat; mantaJob.outputs; mantaJob.setup; mantaJob.status; mantaJobs.running; mantaJobs.tail; mantaJobs; mantaMap; mantaReduce

Examples

1
2
3
4
5
## Not run: 
# Show all stderr messages emitted by processes of last run Manta job.
mantaJob.errors.stderr()

## End(Not run)

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