Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclusive worker mode as default #513

Merged
merged 5 commits into from
Aug 23, 2018
Merged

exclusive worker mode as default #513

merged 5 commits into from
Aug 23, 2018

Conversation

dos65
Copy link
Contributor

@dos65 dos65 commented Aug 21, 2018

Before cutting 1.0.0, I think it would be better to slightly change context default settings.
Shared mode fits more for already well-tested functions to achieve better performance. At the start, it's better to use exclusive mode for development and testing because of #437.
Increasing parallelization level should be also explicitly done from the user side because it depends on spark cluster setup.

@@ -10,7 +10,7 @@ Hydrosphere Mist is a serverless proxy for Spark.
It provides a better way to write, deploy, run, and manage spark applications.

Features:
- Spark Function as a Service. Deploy Spark functions rather than nodetebooks or scripts.
- Spark Function as a Service. Deploy Spark functions rather than notetebooks or scripts.
Copy link
Contributor

Choose a reason for hiding this comment

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

notebooks mb?

@dos65 dos65 merged commit 186be19 into master Aug 23, 2018
@dos65 dos65 deleted the ctx_defaults branch August 23, 2018 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants