Azure / doAzureParallel

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

getJobFile does not write a file even with downloadPath set #362

Closed zerweck closed 4 years ago

zerweck commented 4 years ago

The reason is that the write object is not passed to the AzureRequestV2 constructor. I have written a small quickfix in a PR in the rAzureBatch repo, but It does not seem very active so i am cross posting here.

The PR: Azure/rAzureBatch#70

brnleehng commented 4 years ago

Yes we mostly track issues via doAzureParallel for rAzureBatch

I've approved your PR and merged.

Thanks for the feedback