You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you make deploy of spark cluster and at once make scaling of workers through "Actions" button, Number of masters displays 0. If you scale workers number, Number of masters remains 0 and click "scale" button, master cluster doesn't launch.
Steps to reproduce:
Open Oshinko Spark Cluster Management home page
Click on the "Deploy" button
Input name of the cluster (for ex. "sparkcluster")
Click on the "Deploy" button. Click on the "Actions" and next "Scale Cluster" button at once after cluster line appeared.
Input Number of workers 2 and click on the "Scale" button.
Actual result: Master cluster doesn't launch.
My suggestion is:
if a creating of spark cluster is started, it's necessary to setup "Number of masters" value equals 1 or
It's necessary to make not available "Scale Cluster" button until at least one master launch up.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I will take a look at this.
One question though, does your master start correctly if you don't try to scale up immediately, or is it just never starting for you?
When you make deploy of spark cluster and at once make scaling of workers through "Actions" button, Number of masters displays 0. If you scale workers number, Number of masters remains 0 and click "scale" button, master cluster doesn't launch.
Steps to reproduce:
Actual result: Master cluster doesn't launch.
My suggestion is:
The text was updated successfully, but these errors were encountered: