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

Feature: enable mixed mode for jobs#442

Merged
jafreck merged 4 commits intoAzure:masterfrom
jafreck:feature/spark-enable-job-mixed-mode
Mar 16, 2018
Merged

Feature: enable mixed mode for jobs#442
jafreck merged 4 commits intoAzure:masterfrom
jafreck:feature/spark-enable-job-mixed-mode

Conversation

@jafreck
Copy link
Member

@jafreck jafreck commented Mar 16, 2018

Fix #438

@jafreck jafreck added this to the v0.7.0 milestone Mar 16, 2018
aztk/client.py Outdated
auto_scale_evaluation_interval=timedelta(minutes=5),
start_task=start_task,
enable_inter_node_communication=True,
enable_inter_node_communication=False if job_configuration.mixed_mode() else True,
Copy link
Member

Choose a reason for hiding this comment

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

why not just not mixed_mode()

@timotheeguerin
Copy link
Member

is there no check to do, to make sure a subnet is provided if using mixed mode?

@jafreck jafreck merged commit 8d00a2c into Azure:master Mar 16, 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.

2 participants