This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Description
Is there a reason this line references a release from September 2018?
|
"wget https://github.com/Azure/batch-insights/releases/download/go-beta.1/batch-insights", |
On the same topic, the run command seems outdated as well:
|
commands <- linuxWrapCommands(commands) |
|
if (!is.null(args$applicationInsights)) { |
|
commands <- gsub("wait", |
|
"wait; ./batch-insights > node-stats.log &", |
|
commands) |
|
} |
For comparison, see https://github.com/Azure/batch-insights/blob/master/README.md#linux