Brian Hoang

Results 41 comments of Brian Hoang

@akshaykadidal Are there any updates on your end? Brian

Hi @MislavSag You should be able to use doParallel package in doAzureParallel. We use it on the merge task (The task that combines all of your loop results together). You...

Hi @MislavSag There's no cluseterevalQ equivalent in doAzureParallel. The doAzureParallel package is more equivalent to doParallel instead of the 'parallel' R package. Unfortunately, I'm not that familiar with RSelenium package....

Hi Mislav, If you have the dockerfile up on docker hub, can you share it with me? There is a way of getting parallelize your tests with RSelenium with doAzureParallel....

Sorry, updated the example. You are running a task on each VM. Azure Batch schedules each task on a VM first, round-robin style. You can keep this section ``` R...

Hi @MislavSag I don't think doAzureParallel works out of the box because the container immediately gets removed once it's used (On every task). The workaround is the example shown above....

Hi @ctlamb Are you running the installation for doAzureParallel on the cluster config installation or in the foreach? Thanks, Brian

I would recommend installing the R packages on the cluster configuration level so you don't need to install every single job. Also the job will not start if the start...

Hi @ctlamb It appears the cluster config file programmatically. Takes a character vector instead of a list for the R packages parameter, I'll update the docs for clarification. ``` R...

Hi @zerweck Are you using an older version of the credentials configuration file? Thanks, Brian