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

[incubator-datalab] branch DATALAB-2396 created (now 27aa3f9)

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

lfrolov pushed a change to branch DATALAB-2396
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at 27aa3f9  [DATALAB-2396]: fixed download path for connector

This branch includes the following new commits:

     new 27aa3f9  [DATALAB-2396]: fixed download path for connector

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[incubator-datalab] 01/01: [DATALAB-2396]: fixed download path for connector

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27aa3f97e8fb05efb0a2096f8a96cca82149a3ab
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Aug 19 15:47:38 2021 +0300

    [DATALAB-2396]: fixed download path for connector
---
 .../scripts/deploy_repository/deploy_repository.py                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
index c98e67a..54a5435 100644
--- a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
+++ b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
@@ -1219,7 +1219,7 @@ def download_packages():
                     configuration['notebook_zeppelin_version']),
                 'http://archive.cloudera.com/beta/livy/livy-server-{}.zip'.format(
                     configuration['notebook_livy_version']),
-                'https://dl.bintray.com/spark-packages/maven/tapanalyticstoolkit/spark-tensorflow-connector/'
+                'https://repos.spark-packages.org/tapanalyticstoolkit/spark-tensorflow-connector/'
                 '1.0.0-s_2.11/spark-tensorflow-connector-1.0.0-s_2.11.jar',
                 'https://archive.apache.org/dist/incubator/toree/0.3.0-incubating/toree/'
                 'toree-0.3.0-incubating-bin.tar.gz',

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