This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new a840a4c40 [DATALAB-2767]: added new jar libs for azure storage
new aaf71b1c0 Merge pull request #1523 from a1expol/develop
a840a4c40 is described below
commit a840a4c40385b89af24244670eb6dc6b8db530b9
Author: Oleksandr Polishchuk2 <[email protected]>
AuthorDate: Wed May 18 12:39:41 2022 +0300
[DATALAB-2767]: added new jar libs for azure storage
---
infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index aff3e41cb..59acc388f 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -1177,7 +1177,11 @@ def ensure_local_jars(os_user, jars_dir):
datalab.fab.conn.sudo('wget
https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-azure/{0}/hadoop-azure-{0}.jar
-O \
{1}hadoop-azure-{0}.jar'.format(hadoop_version, jars_dir))
datalab.fab.conn.sudo('wget
https://repo1.maven.org/maven2/com/microsoft/azure/azure-storage/{0}/azure-storage-{0}.jar
\
- -O {1}azure-storage-{0}.jar'.format('2.2.0', jars_dir))
+ -O {1}azure-storage-{0}.jar'.format('8.6.6', jars_dir))
+ datalab.fab.conn.sudo('wget
https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/{0}/jetty-util-{0}.jar
\
+ -O {1}jetty-util-{0}.jar'.format('9.4.46.v20220331',
jars_dir))
+ datalab.fab.conn.sudo('wget
https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util-ajax/{0}/jetty-util-ajax-{0}.jar
\
+ -O {1}jetty-util-ajax-{0}.jar'.format('9.4.46.v20220331',
jars_dir))
else:
datalab.fab.conn.sudo('wget
https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-azure/{0}/hadoop-azure-{0}.jar
-O \
{1}hadoop-azure-{0}.jar'.format('3.0.0',
jars_dir))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]