You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by mh...@apache.org on 2021/11/19 12:50:00 UTC

[incubator-datalab] 01/01: DLAB-2608

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

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

commit 4a2f2b4fa02fe7dd32219aaa8fe354748a17af16
Author: Marian_Hladun <ma...@gmail.com>
AuthorDate: Fri Nov 19 14:47:45 2021 +0200

    DLAB-2608
---
 infrastructure-provisioning/src/general/lib/os/fab.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py b/infrastructure-provisioning/src/general/lib/os/fab.py
index 996fc7c..2dba5a0 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -929,10 +929,10 @@ def dataengine_dir_prepare(cluster_dir):
         sys.exit(1)
 
 
-def ensure_dataengine_tensorflow_jars(jars_dir):
-    subprocess.run('wget https://dl.bintray.com/spark-packages/maven/tapanalyticstoolkit/spark-tensorflow-connector/'
-                   '1.0.0-s_2.11/spark-tensorflow-connector-1.0.0-s_2.11.jar'
-                   ' -O {}spark-tensorflow-connector-1.0.0-s_2.11.jar'.format(jars_dir), shell=True, check=True)
+# def ensure_dataengine_tensorflow_jars(jars_dir):
+#     subprocess.run('wget https://dl.bintray.com/spark-packages/maven/tapanalyticstoolkit/spark-tensorflow-connector/'
+#                    '1.0.0-s_2.11/spark-tensorflow-connector-1.0.0-s_2.11.jar'
+#                    ' -O {}spark-tensorflow-connector-1.0.0-s_2.11.jar'.format(jars_dir), shell=True, check=True)
 
 
 def prepare(dataengine_service_dir, yarn_dir):

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