-
Notifications
You must be signed in to change notification settings - Fork 51
Fix: Upgrading to R Batch SDK to 2018-12-01.8.0 #354
Conversation
R/doAzureParallel.R:681:6: style: Commented code should be removed. #mergeResourceFileUrl <- paste0(mergeResourceFileUrl, "&restype=container")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
else { | ||
resourceFiles <- | ||
list(environmentResourceFile) | ||
} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 && |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Removing custom R container image in the merge task