radanalyticsio / oshinko-webui

Web console for a spark cluster management app
Apache License 2.0
28 stars 17 forks source link

Impossible to create a new cluster with workers count value equals 0 #133

Open olegvn88 opened 6 years ago

olegvn88 commented 6 years ago

Impossible to create a new cluster with workers count value equals 0

Steps to reproduce:

  1. Open the Oshinko Spark Cluster Management home page.
  2. Click on "Deploy" button.
  3. Input Name of the cluster.
  4. Input the "Number of workers" value equals 0.
  5. Click on "Deploy" button.

Actual result: The cluster is created with the workers count equals 1. Expected result: The cluster is created with the workers count equals 0.