Brian Hoang
Brian Hoang
This appears the set up script is outdated. The config file should include sharedKeys property to support our AAD credentials. I'll take a look on adding the fix. Thanks, Brian
Hi @simon-tarr I'll check if there's been any changes on the service side. There could have been a new deployment. If you are on Batch Explorer, you can upload the...
Hi @ericchansen If you remove the `enableCloudCombine` flag, you will get your results. The object 'result not found' occurs because no file is found on Azure Storage that contains the...
Hi @ericchansen The case for `enableCloudCombine = FALSE` is to avoid merging all your resources onto one VM while the other VMs are in idle (Unless you are using autoscale)....
Can you add NULL at the end of the %dopar% block? I'm looking into fixing enableCloudCombine path = false.
Hi Simon, The error comes from HTTR, the request package. It happens when the HTTR content parser wasn't able to parse the http response. For these jobs, are some of...
In the inner loop, you are running the a doAzureParallel foreach loop? This looks fine for now... You are setting wait to TRUE for doAzureParallel? Based on the output, "Tasks...
There shouldn't be a limit on the number of active R sessions. I tried testing this (Although a simple workflow) and I wasn't able to reach this conclusion. Are you...
Hey Simon, Are you able to reproduce this issue without running this specific workload? If I can have a similar example, I will try to reproduce this error. I was...
Hi @ctlamb Yes, this means you will need a CPU with more memory. I suggest measuring the memory usage for each task so you have a benchmark of what Azure...