Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Bug: add plugins to cluster_install_cmd call (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafreck authored Feb 27, 2018
1 parent 6827181 commit 216f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztk/spark/helpers/create_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def generate_cluster_start_task(
] + __get_docker_credentials(spark_client)

# start task command
command = __cluster_install_cmd(zip_resource_file, gpu_enabled, docker_repo, worker_on_master, file_shares, mixed_mode)
command = __cluster_install_cmd(zip_resource_file, gpu_enabled, docker_repo, plugins, worker_on_master, file_shares, mixed_mode)

return batch_models.StartTask(
command_line=helpers.wrap_commands_in_shell(command),
Expand Down

0 comments on commit 216f63d

Please sign in to comment.