Description Usage Arguments See Also Examples
View source: R/mantaJob.errors.stderr.R
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.
1 | mantaJob.errors.stderr(jobid)
|
jobid |
character optional. Manta job identifier
such as |
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.