Azure / doAzureParallel

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

Clarify error message - Improvement #352

Closed ToledoEM closed 4 years ago

ToledoEM commented 5 years ago

Description If you do not set up an Azure storage container for every foreach loop you get the cryptic error message Error in base64(txt, FALSE, mode) : decoding from base64 failed

It happened to me, but after google it I only found this previous closed issue https://github.com/Azure/doAzureParallel/issues/297

It is a stupid mistake, but it should have a clear error message. An improvement could be that the storage account information should be checked when the clusters it is spin up.

ToledoEM commented 4 years ago

More than a year without a comment