Fix: Remove unnecessary apt packages installation on job preparation task (#321)

* Added cluster setup command

* Fixed 404 content not found

* Fixed cluster setup message

* Removed apt-get install

* Removed apt zip packages

* Reversed hunk
This commit is contained in:
Brian Hoang 2018-11-06 08:00:14 -08:00 коммит произвёл GitHub
Родитель 7192e08f77
Коммит 975d68e47b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -164,11 +164,10 @@ BatchUtilities <- R6::R6Class(
config <- getConfiguration()
batchClient <- config$batchClient
# Default command for job preparation task
# Supports backwards compatibility if zip packages are missing, it will be installed
# Eventually, apt-get install command will be deprecated
# Default command for job preparation task to get resource files
# for all tasks on one node
commands <- c(
"apt-get -y install zip unzip"
"echo 'Installing R Packages & Downloading Resource Files'"
)
if (!is.null(packages)) {