You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yt...@apache.org on 2021/06/29 09:02:18 UTC

[incubator-datalab] branch DATALAB-2456 created (now 605b932)

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

ytykhun pushed a change to branch DATALAB-2456
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at 605b932  [DATALAB-2456] changed params for Apache standalone cluster creation

This branch includes the following new commits:

     new 605b932  [DATALAB-2456] changed params for Apache standalone cluster creation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2456] changed params for Apache standalone cluster creation

Posted by yt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 605b93215753e611cd53b476abc388700c03df7c
Author: Yurii Tykhun <ty...@gmail.com>
AuthorDate: Tue Jun 29 12:01:50 2021 +0300

    [DATALAB-2456] changed params for Apache standalone cluster creation
---
 .../computational-resource-create.model.ts                             | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create.model.ts b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create.model.ts
index cf533f6..0badb4c 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create.model.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create.model.ts
@@ -71,8 +71,7 @@ export class ComputationalResourceModel {
     } else {
       return this.userResourceService.createComputationalResource_Dataengine({
         name: parameters.cluster_alias_name,
-        master_instance_count: 1,
-        slave_instance_count: parameters.instance_number - 1,
+        data_engine_instance_count: parameters.instance_number,
         master_instance_shape: parameters.shape_master,
         slave_instance_shape: parameters.shape_slave,
         gpu_enabled: gpu,

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org