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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
