You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2020/01/16 11:13:48 UTC

[incubator-dlab] 01/01: Merge pull request #530 from apache/epm-v2.2-rc1-maven-link

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

omartushevskyi pushed a commit to branch epm-v2.2-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 2aac1c09105b39a0a67b6820869c164ce1f7bd65
Merge: eb58e91 bd44231
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jan 16 13:13:37 2020 +0200

    Merge pull request #530 from apache/epm-v2.2-rc1-maven-link
    
    [DLAB-1454] - Link to maven repository changed

 .../scripts/deploy_repository/deploy_repository.py         | 14 +++++++-------
 .../src/general/lib/azure/actions_lib.py                   | 12 ++++++------
 .../src/general/lib/gcp/actions_lib.py                     |  2 +-
 infrastructure-provisioning/src/general/lib/os/fab.py      | 14 +++++++-------
 .../aws/jupyter_dataengine-service_create_configs.py       | 14 +++++++-------
 .../src/general/templates/aws/interpreter_livy.json        |  2 +-
 .../src/general/templates/aws/interpreter_spark.json       |  2 +-
 .../src/general/templates/azure/interpreter_livy.json      |  2 +-
 .../src/general/templates/azure/interpreter_spark.json     |  2 +-
 .../src/general/templates/gcp/interpreter_livy.json        |  2 +-
 .../src/general/templates/gcp/interpreter_spark.json       |  2 +-
 11 files changed, 34 insertions(+), 34 deletions(-)

diff --cc infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
index dbc65d0,5e3d7c7..0d169de
--- a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
+++ b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
@@@ -1174,20 -1174,20 +1174,20 @@@ def download_packages()
                  'https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/{0}/hadoop-aws-{0}.jar'.format('2.7.4'),
                  'https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk/{0}/aws-java-sdk-{0}.jar'.format('1.7.4'),
                  #'https://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/{0}/hadoop-lzo-{0}.jar'.format('0.4.20'),
-                 'http://central.maven.org/maven2/org/scalanlp/breeze_{0}/{1}/breeze_{0}-{1}.jar'.format('2.11', '0.12'),
-                 'http://central.maven.org/maven2/org/scalanlp/breeze-natives_{0}/{1}/breeze-natives_{0}-{1}.jar'.format(
+                 'https://repo1.maven.org/maven2/org/scalanlp/breeze_{0}/{1}/breeze_{0}-{1}.jar'.format('2.11', '0.12'),
+                 'https://repo1.maven.org/maven2/org/scalanlp/breeze-natives_{0}/{1}/breeze-natives_{0}-{1}.jar'.format(
                      '2.11', '0.12'),
-                 'http://central.maven.org/maven2/org/scalanlp/breeze-viz_{0}/{1}/breeze-viz_{0}-{1}.jar'.format(
+                 'https://repo1.maven.org/maven2/org/scalanlp/breeze-viz_{0}/{1}/breeze-viz_{0}-{1}.jar'.format(
                      '2.11', '0.12'),
-                 'http://central.maven.org/maven2/org/scalanlp/breeze-macros_{0}/{1}/breeze-macros_{0}-{1}.jar'.format(
+                 'https://repo1.maven.org/maven2/org/scalanlp/breeze-macros_{0}/{1}/breeze-macros_{0}-{1}.jar'.format(
                      '2.11', '0.12'),
-                 'http://central.maven.org/maven2/org/scalanlp/breeze-parent_{0}/{1}/breeze-parent_{0}-{1}.jar'.format(
+                 'https://repo1.maven.org/maven2/org/scalanlp/breeze-parent_{0}/{1}/breeze-parent_{0}-{1}.jar'.format(
                      '2.11', '0.12'),
-                 'http://central.maven.org/maven2/org/jfree/jfreechart/{0}/jfreechart-{0}.jar'.format('1.0.19'),
-                 'http://central.maven.org/maven2/org/jfree/jcommon/{0}/jcommon-{0}.jar'.format('1.0.24'),
+                 'https://repo1.maven.org/maven2/org/jfree/jfreechart/{0}/jfreechart-{0}.jar'.format('1.0.19'),
+                 'https://repo1.maven.org/maven2/org/jfree/jcommon/{0}/jcommon-{0}.jar'.format('1.0.24'),
                  '--no-check-certificate https://brunelvis.org/jar/spark-kernel-brunel-all-{0}.jar'.format('2.3'),
                  'http://archive.apache.org/dist/incubator/toree/0.2.0-incubating/toree-pip/toree-0.2.0.tar.gz',
 -                'https://download2.rstudio.org/rstudio-server-{}-amd64.deb'.format(
 +                'https://download2.rstudio.org/server/trusty/amd64/rstudio-server-{}-amd64.deb'.format(
                      configuration['notebook_rstudio_version']),
                  'http://us.download.nvidia.com/XFree86/Linux-x86_64/{0}/NVIDIA-Linux-x86_64-{0}.run'.format(
                      configuration['notebook_nvidia_version']),


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