Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix: Upgrading to R Batch SDK to 2018-12-01.8.0 #354

Merged
merged 7 commits into from
Jun 19, 2019
Merged

Conversation

brnleehng
Copy link
Collaborator

Removing custom R container image in the merge task

@lintr-bot
Copy link

R/doAzureParallel.R:681:6: style: Commented code should be removed.

#mergeResourceFileUrl <- paste0(mergeResourceFileUrl, "&restype=container")
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

else {
resourceFiles <-
list(environmentResourceFile)
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be reversed if null set to list else append to existing list?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix this.

@@ -533,9 +523,7 @@ waitForTasksToComplete <-
jobId)
}

if (taskCounts$completed >= totalTasks &&
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Counting service notoriously runs into problems. Might need to change to doing smart list calls in the future.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added job state in the check

@brnleehng brnleehng merged commit 96bfc22 into master Jun 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants