You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/09/17 15:17:24 UTC

[incubator-dlab] branch fix_spark created (now 22f2c6a)

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

adamsd pushed a change to branch fix_spark
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 22f2c6a  Fixed spark-cluster creation for GCP.

This branch includes the following new commits:

     new 22f2c6a  Fixed spark-cluster creation for GCP.

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@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: Fixed spark-cluster creation for GCP.

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

adamsd pushed a commit to branch fix_spark
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 22f2c6a3f18344f92a39ef8b0f6116325f88693a
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Tue Sep 17 18:17:12 2019 +0300

    Fixed spark-cluster creation for GCP.
---
 infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
index b4b2857..2fd2d9a 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -314,7 +314,7 @@ class GCPActions:
             ]
         elif instance_class == 'dataengine':
             disks = [{
-                "name": cluster_name,
+                "name": instance_name,
                 "tag_name": cluster_name + '-volume-primary',
                 "deviceName": cluster_name + '-primary',
                 "autoDelete": 'true',


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