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

Bug: add plugins to cluster_install_cmd call #423

Merged

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented Feb 27, 2018

Fix #422

@jafreck jafreck added this to the v0.7.0 milestone Feb 27, 2018
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

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

hhm weird, not sure how I managed to create a cluster with that problem

Copy link
Member Author

Choose a reason for hiding this comment

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

this was almost certainly a merge error that slipped in, should have been caught in review.

@jafreck jafreck merged commit 216f63d into Azure:master Feb 27, 2018
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.

None yet

2 participants