This is an automated email from the ASF dual-hosted git repository.

ykinash pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new f128725  [DATALAB] -- fixed bug with wrong count param for Spark
f128725 is described below

commit f12872539e0e2b87aa71748ef1ebc24515e520c1
Author: KinashYurii <[email protected]>
AuthorDate: Tue Jun 29 23:46:48 2021 +0300

    [DATALAB] -- fixed bug with wrong count param for Spark
---
 .../backendapi/resources/dto/SparkStandaloneClusterCreateForm.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/SparkStandaloneClusterCreateForm.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/SparkStandaloneClusterCreateForm.java
index b693b2e..3f66761 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/SparkStandaloneClusterCreateForm.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/SparkStandaloneClusterCreateForm.java
@@ -33,7 +33,7 @@ import org.hibernate.validator.constraints.NotBlank;
 public class SparkStandaloneClusterCreateForm extends 
ComputationalCreateFormDTO {
 
     @NotBlank
-    @JsonProperty("data_engine_instance_count")
+    @JsonProperty("dataengine_instance_count")
     private String dataEngineInstanceCount;
 
     @NotBlank

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to