You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/06/18 12:47:56 UTC

[incubator-dlab] branch DLAB-515 updated: [DLAB-515] - dataproc fixed

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

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


The following commit(s) were added to refs/heads/DLAB-515 by this push:
     new 873bab8  [DLAB-515] - dataproc fixed
873bab8 is described below

commit 873bab837847e9d8e4f0b0cb41087267f4a9a8e7
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Thu Jun 18 15:47:31 2020 +0300

    [DLAB-515] - dataproc fixed
---
 .../src/general/files/gcp/dataengine-service_description.json           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/files/gcp/dataengine-service_description.json b/infrastructure-provisioning/src/general/files/gcp/dataengine-service_description.json
index fa90258..682214a 100644
--- a/infrastructure-provisioning/src/general/files/gcp/dataengine-service_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/dataengine-service_description.json
@@ -25,6 +25,6 @@
   },
   "templates":
   [
-    {"version":"1.5-debian10", "applications": [{"Name":"Hadoop", "Version": "2.10.0"}, {"Name":"Spark", "Version": "2.4.5"}, {"Name":"Hive", "Version": "2.3.6"}]}
+    {"version":"1.5-ubuntu18", "applications": [{"Name":"Hadoop", "Version": "2.10.0"}, {"Name":"Spark", "Version": "2.4.5"}, {"Name":"Hive", "Version": "2.3.6"}]}
   ]
 }
\ No newline at end of file


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