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/15 11:10:29 UTC

[incubator-dlab] branch DLAB-515 updated: [DLAB-515] - [GCP] Dataproc on Jupyter and Zeppelin creation 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 a28ff32  [DLAB-515] - [GCP] Dataproc on Jupyter and Zeppelin creation fixed
a28ff32 is described below

commit a28ff32b5aa356987eec2d5024939d3a2d2dce00
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Mon Jun 15 14:10:07 2020 +0300

    [DLAB-515] - [GCP] Dataproc on Jupyter and Zeppelin creation fixed
---
 .../src/general/scripts/gcp/dataengine-service_jars_parser.py           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_jars_parser.py b/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_jars_parser.py
index c07e515..04870f2 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_jars_parser.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_jars_parser.py
@@ -44,7 +44,7 @@ if __name__ == "__main__":
         outfile.write(r_ver)
 
     os.system('touch /tmp/python_version')
-    for v in range(4, 7):
+    for v in range(4, 8):
         python_ver_checker = "python3.{} -V 2>/dev/null".format(v) + " | awk '{print $2}'"
         python_ver = subprocess.check_output(python_ver_checker, shell=True).decode('UTF-8')
         if python_ver != '':


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