Brian Hoang

Results 41 comments of Brian Hoang

Hey @zerweck Thanks for the PR! Appreciate it -- can you also update the docs so other users can use it (https://github.com/Azure/doAzureParallel/blob/master/docs/52-azure-foreach-options.md)? I'll take a look into why the build...

@p-smirnov @minister3000 I'm taking a look at this

When we migrated to docker containers, it looks like the PAT environment variable is not being passed to the container. Since we use the R in the container image, the...

Yes that is correct. The PAT variable is not being passed through container either. I will add a fix for adding the PAT variable to the current environment variables. I...

I have a working fix branch that you can use. My plan is to merge it on Monday to do further testing. ``` R devtools::install_github("Azure/doAzureParallel", ref="fix/github-pat-token") ```

Hi Hong, Are you thinking of a PR for Batch management APIs to AzureRMR? Thanks, Brian

Hi @fermumen, Does the foreach loop finish without any errors? Also are you using error handling option? Thanks, Brian

There are some Azure services that I can suggest. HDSight: You can use any VM sizes https://docs.microsoft.com/en-us/azure/hdinsight/r-server/r-server-overview Azure Machine Learning Server: https://docs.microsoft.com/en-us/machine-learning-server/rebranding-microsoft-r-server Azure Machine Learning Services: I believe you can...

Hi @akshaykadidal I think the reason is because the low priority nodes are not available at the moment. https://github.com/Azure/doAzureParallel#low-priority-vms Thanks, Brian

Hi @akshaykadidal Can you install the latest doAzureParallel package (We needed to fix the list pool nodes functions #267 )? Check the number of workers ``` R getDoParWorkers() ``` This...