Azure / doAzureParallel

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

Failed merge task #373

Open tbowling87 opened 3 years ago

tbowling87 commented 3 years ago

Hi,

I've been using a batch account for processing some R tasks (using the doAzureParallel package), all of the tasks themselves seem to have processed ok, the only one that has failed is the merge task.

It reported a BlobDownloadMiscError image

The task that it reportedly could not download was located in the relevant container, so I'm not sure why it failed to find it. A little annoying with over 20,000 successful tasks to not be able to extract the results cleanly.

Is there a way around this at all?