Azure / doAzureParallel

A R package that allows users to submit parallel workloads in Azure
MIT License
107 stars 50 forks source link

Broken link in job error message #329

Closed angusrtaylor closed 5 years ago

angusrtaylor commented 5 years ago

When a job fail the error message directs to a troubleshooting page on GitHub but the link is broken. For example:

Errors have occurred while running the job 'job20181126115458'. Error handling is set to 'stop' and has proceeded to terminate the job. The user will have to handle deleting the job. If this is not the correct behavior, change the errorhandling property to 'pass' or 'remove' in the foreach object. Use the 'getJobFile' function to obtain the logs. For more information about getting job logs, follow this link: https://github.com/Azure/doAzureParallel/blob/master/docs/40-troubleshooting.md#viewing-files-directly-from-compute-nodeError in e$fun(obj, substitute(ex), parent.frame(), e$data) : object 'results' not found In addition: Warning message: In waitForTasksToComplete(id, jobTimeout, obj$errorHandling) : 2 task(s) failed while running the job. This caused the job to terminate automatically. To disable this behavior and continue on failure, set .errorHandling='remove | pass' in the foreach loop 1

The correct link is https://github.com/Azure/doAzureParallel/blob/master/docs/90-troubleshooting.md

angusrtaylor commented 5 years ago

Fixed here https://github.com/Azure/doAzureParallel/pull/331/commits/a30e277f36fc15f0b36330808a6193015f0713dd