You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/03/26 13:51:35 UTC

[incubator-dlab] 04/05: [DLAB-1655]: changed gcs-connector version

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

lfrolov pushed a commit to branch DLAB-1655
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 21d60ee069049eb2419e3e8768f572a88af93738
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Mar 26 15:42:48 2020 +0200

    [DLAB-1655]: changed gcs-connector version
---
 infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
index 5b318c8..1beb988 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -1301,7 +1301,7 @@ def ensure_local_jars(os_user, jars_dir):
             templates_dir = '/root/templates/'
             sudo('mkdir -p {}'.format(jars_dir))
             sudo('wget https://storage.googleapis.com/hadoop-lib/gcs/{0} -O {1}{0}'
-                 .format('gcs-connector-latest-hadoop2.jar', jars_dir))
+                 .format('gcs-connector-hadoop2-2.0.1.jar', jars_dir))
             sudo('wget https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-web-proxy/2.7.4/{0} -O {1}{0}'
                  .format('hadoop-yarn-server-web-proxy-2.7.4.jar', jars_dir))
             put(templates_dir + 'core-site.xml', '/tmp/core-site.xml')


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