This is an automated email from the ASF dual-hosted git repository.
mykolabodnar pushed a commit to branch epm-2.5-preview1
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/epm-2.5-preview1 by this push:
new b7440b7 [epm-2.5-preview1] - torre kernel fixed
b7440b7 is described below
commit b7440b70e8ba32f1265d30b75a6a52feda12db43
Author: bodnarmykola <[email protected]>
AuthorDate: Tue May 11 14:44:04 2021 +0300
[epm-2.5-preview1] - torre kernel fixed
---
infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index cbf75b0..0e01725 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -66,7 +66,7 @@ def download_toree():
conn.run('wget {}'.format(tarball_link))
conn.run('tar -xzf toree-0.5.0-incubating-bin.tar.gz)
conn.run('mv toree-0.5.0-incubating-bin.tar.gz
{}toree_kernel.tar.gz'.format(toree_path))
- conn.run('mv
./toree-assembly-0.5.0-incubating/toree-assembly-0.5.0-incubating.jar
{}toree-assembly-0.5.0.jar'.format(toree_path))
+ conn.run('mv
./toree-0.5.0-incubating/lib/toree-assembly-0.5.0-incubating.jar
{}toree-assembly-0.5.0.jar'.format(toree_path))
except Exception as err:
traceback.print_exc()
print('Failed to download toree: ', str(err))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]