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

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

commit 89e6abbc2ad4784900a2dfc713e2160af76b3602
Author: Mykola_Bodnar1 <bodnarmyk...@gmail.com>
AuthorDate: Thu Jan 16 12:51:58 2020 +0200

    [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 --git 
a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py 
b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
index dbc65d0..0d169de 100644
--- a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
+++ b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
@@ -1174,17 +1174,17 @@ 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/server/trusty/amd64/rstudio-server-{}-amd64.deb'.format(
diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py 
b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index 53d9eb5..9c4c636 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -1047,18 +1047,18 @@ def ensure_local_jars(os_user, jars_dir):
             print("Downloading local jars for Azure")
             sudo('mkdir -p {}'.format(jars_dir))
             if os.environ['azure_datalake_enable'] == 'false':
-                sudo('wget 
http://central.maven.org/maven2/org/apache/hadoop/hadoop-azure/{0}/hadoop-azure-{0}.jar
 -O \
+                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))
-                sudo('wget 
http://central.maven.org/maven2/com/microsoft/azure/azure-storage/{0}/azure-storage-{0}.jar
 \
+                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))
             else:
-                sudo('wget 
http://central.maven.org/maven2/org/apache/hadoop/hadoop-azure/{0}/hadoop-azure-{0}.jar
 -O \
+                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))
-                sudo('wget 
http://central.maven.org/maven2/com/microsoft/azure/azure-storage/{0}/azure-storage-{0}.jar
 \
+                sudo('wget 
https://repo1.maven.org/maven2/com/microsoft/azure/azure-storage/{0}/azure-storage-{0}.jar
 \
                                     -O 
{1}azure-storage-{0}.jar'.format('6.1.0', jars_dir))
-                sudo('wget 
http://central.maven.org/maven2/com/microsoft/azure/azure-data-lake-store-sdk/{0}/azure-data-lake-store-sdk-{0}.jar
 \
+                sudo('wget 
https://repo1.maven.org/maven2/com/microsoft/azure/azure-data-lake-store-sdk/{0}/azure-data-lake-store-sdk-{0}.jar
 \
                     -O {1}azure-data-lake-store-sdk-{0}.jar'.format('2.2.3', 
jars_dir))
-                sudo('wget 
http://central.maven.org/maven2/org/apache/hadoop/hadoop-azure-datalake/{0}/hadoop-azure-datalake-{0}.jar
 \
+                sudo('wget 
https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-azure-datalake/{0}/hadoop-azure-datalake-{0}.jar
 \
                     -O {1}hadoop-azure-datalake-{0}.jar'.format('3.0.0', 
jars_dir))
             if os.environ['application'] == 'tensor' or 
os.environ['application'] == 'deeplearning':
                 sudo('wget 
https://dl.bintray.com/spark-packages/maven/tapanalyticstoolkit/spark-tensorflow-connector/{0}/spark-tensorflow-connector-{0}.jar
 \
diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py 
b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
index 02c5f51..533c6c7 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -1284,7 +1284,7 @@ def ensure_local_jars(os_user, jars_dir):
             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))
-            sudo('wget 
http://central.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-web-proxy/2.7.4/{0}
 -O {1}{0}'
+            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')
             sudo('sed -i "s|GCP_PROJECT_ID|{}|g" 
/tmp/core-site.xml'.format(os.environ['gcp_project_id']))
diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py 
b/infrastructure-provisioning/src/general/lib/os/fab.py
index 7a07130..884884e 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -604,19 +604,19 @@ def add_breeze_library_local(os_user):
             breeze_tmp_dir = '/tmp/breeze_tmp_local/'
             jars_dir = '/opt/jars/'
             sudo('mkdir -p {}'.format(breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/scalanlp/breeze_{0}/{1}/breeze_{0}-{1}.jar 
-O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze_{0}/{1}/breeze_{0}-{1}.jar 
-O \
                     {2}breeze_{0}-{1}.jar'.format('2.11', '0.12', 
breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-natives_{0}/{1}/breeze-natives_{0}-{1}.jar
 -O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-natives_{0}/{1}/breeze-natives_{0}-{1}.jar
 -O \
                     {2}breeze-natives_{0}-{1}.jar'.format('2.11', '0.12', 
breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-viz_{0}/{1}/breeze-viz_{0}-{1}.jar
 -O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-viz_{0}/{1}/breeze-viz_{0}-{1}.jar
 -O \
                     {2}breeze-viz_{0}-{1}.jar'.format('2.11', '0.12', 
breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-macros_{0}/{1}/breeze-macros_{0}-{1}.jar
 -O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-macros_{0}/{1}/breeze-macros_{0}-{1}.jar
 -O \
                     {2}breeze-macros_{0}-{1}.jar'.format('2.11', '0.12', 
breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-parent_{0}/{1}/breeze-parent_{0}-{1}.jar
 -O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-parent_{0}/{1}/breeze-parent_{0}-{1}.jar
 -O \
                     {2}breeze-parent_{0}-{1}.jar'.format('2.11', '0.12', 
breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/jfree/jfreechart/{0}/jfreechart-{0}.jar -O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/jfree/jfreechart/{0}/jfreechart-{0}.jar -O \
                     {1}jfreechart-{0}.jar'.format('1.0.19', breeze_tmp_dir))
-            sudo('wget 
http://central.maven.org/maven2/org/jfree/jcommon/{0}/jcommon-{0}.jar -O \
+            sudo('wget 
https://repo1.maven.org/maven2/org/jfree/jcommon/{0}/jcommon-{0}.jar -O \
                     {1}jcommon-{0}.jar'.format('1.0.24', breeze_tmp_dir))
             sudo('wget --no-check-certificate 
https://brunelvis.org/jar/spark-kernel-brunel-all-{0}.jar -O \
                     {1}spark-kernel-brunel-all-{0}.jar'.format('2.3', 
breeze_tmp_dir))
diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/jupyter_dataengine-service_create_configs.py
 
b/infrastructure-provisioning/src/general/scripts/aws/jupyter_dataengine-service_create_configs.py
index 7103301..302c107 100644
--- 
a/infrastructure-provisioning/src/general/scripts/aws/jupyter_dataengine-service_create_configs.py
+++ 
b/infrastructure-provisioning/src/general/scripts/aws/jupyter_dataengine-service_create_configs.py
@@ -142,19 +142,19 @@ def add_breeze_library_emr(args):
     breeze_tmp_dir = '/tmp/breeze_tmp_emr/'
     local('sudo mkdir -p ' + new_jars_directory_path)
     local('mkdir -p ' + breeze_tmp_dir)
-    local('wget 
http://central.maven.org/maven2/org/scalanlp/breeze_2.11/0.12/breeze_2.11-0.12.jar
 -O ' +
+    local('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze_2.11/0.12/breeze_2.11-0.12.jar
 -O ' +
           breeze_tmp_dir + 'breeze_2.11-0.12.jar')
-    local('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-natives_2.11/0.12/breeze-natives_2.11-0.12.jar
 -O '
+    local('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-natives_2.11/0.12/breeze-natives_2.11-0.12.jar
 -O '
           + breeze_tmp_dir + 'breeze-natives_2.11-0.12.jar')
-    local('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-viz_2.11/0.12/breeze-viz_2.11-0.12.jar
 -O ' +
+    local('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-viz_2.11/0.12/breeze-viz_2.11-0.12.jar
 -O ' +
           breeze_tmp_dir + 'breeze-viz_2.11-0.12.jar')
-    local('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-macros_2.11/0.12/breeze-macros_2.11-0.12.jar
 -O ' +
+    local('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-macros_2.11/0.12/breeze-macros_2.11-0.12.jar
 -O ' +
           breeze_tmp_dir + 'breeze-macros_2.11-0.12.jar')
-    local('wget 
http://central.maven.org/maven2/org/scalanlp/breeze-parent_2.11/0.12/breeze-parent_2.11-0.12.jar
 -O ' +
+    local('wget 
https://repo1.maven.org/maven2/org/scalanlp/breeze-parent_2.11/0.12/breeze-parent_2.11-0.12.jar
 -O ' +
           breeze_tmp_dir + 'breeze-parent_2.11-0.12.jar')
-    local('wget 
http://central.maven.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.jar
 -O ' +
+    local('wget 
https://repo1.maven.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.jar
 -O ' +
           breeze_tmp_dir + 'jfreechart-1.0.19.jar')
-    local('wget 
http://central.maven.org/maven2/org/jfree/jcommon/1.0.24/jcommon-1.0.24.jar -O 
' +
+    local('wget 
https://repo1.maven.org/maven2/org/jfree/jcommon/1.0.24/jcommon-1.0.24.jar -O ' 
+
           breeze_tmp_dir + 'jcommon-1.0.24.jar')
     local('wget --no-check-certificate 
https://brunelvis.org/jar/spark-kernel-brunel-all-2.3.jar -O ' +
           breeze_tmp_dir + 'spark-kernel-brunel-all-2.3.jar')
diff --git 
a/infrastructure-provisioning/src/general/templates/aws/interpreter_livy.json 
b/infrastructure-provisioning/src/general/templates/aws/interpreter_livy.json
index 4fa46d6..9ad1354 100644
--- 
a/infrastructure-provisioning/src/general/templates/aws/interpreter_livy.json
+++ 
b/infrastructure-provisioning/src/general/templates/aws/interpreter_livy.json
@@ -129,7 +129,7 @@
     {
       "id": "central",
       "type": "default",
-      "url": "http://repo1.maven.org/maven2/";,
+      "url": "https://repo1.maven.org/maven2/";,
       "releasePolicy": {
         "enabled": true,
         "updatePolicy": "daily",
diff --git 
a/infrastructure-provisioning/src/general/templates/aws/interpreter_spark.json 
b/infrastructure-provisioning/src/general/templates/aws/interpreter_spark.json
index 0d354cd..56eb105 100644
--- 
a/infrastructure-provisioning/src/general/templates/aws/interpreter_spark.json
+++ 
b/infrastructure-provisioning/src/general/templates/aws/interpreter_spark.json
@@ -306,7 +306,7 @@
     {
       "id": "central",
       "type": "default",
-      "url": "http://repo1.maven.org/maven2/";,
+      "url": "https://repo1.maven.org/maven2/";,
       "releasePolicy": {
         "enabled": true,
         "updatePolicy": "daily",
diff --git 
a/infrastructure-provisioning/src/general/templates/azure/interpreter_livy.json 
b/infrastructure-provisioning/src/general/templates/azure/interpreter_livy.json
index 4fa46d6..9ad1354 100644
--- 
a/infrastructure-provisioning/src/general/templates/azure/interpreter_livy.json
+++ 
b/infrastructure-provisioning/src/general/templates/azure/interpreter_livy.json
@@ -129,7 +129,7 @@
     {
       "id": "central",
       "type": "default",
-      "url": "http://repo1.maven.org/maven2/";,
+      "url": "https://repo1.maven.org/maven2/";,
       "releasePolicy": {
         "enabled": true,
         "updatePolicy": "daily",
diff --git 
a/infrastructure-provisioning/src/general/templates/azure/interpreter_spark.json
 
b/infrastructure-provisioning/src/general/templates/azure/interpreter_spark.json
index 0d354cd..56eb105 100644
--- 
a/infrastructure-provisioning/src/general/templates/azure/interpreter_spark.json
+++ 
b/infrastructure-provisioning/src/general/templates/azure/interpreter_spark.json
@@ -306,7 +306,7 @@
     {
       "id": "central",
       "type": "default",
-      "url": "http://repo1.maven.org/maven2/";,
+      "url": "https://repo1.maven.org/maven2/";,
       "releasePolicy": {
         "enabled": true,
         "updatePolicy": "daily",
diff --git 
a/infrastructure-provisioning/src/general/templates/gcp/interpreter_livy.json 
b/infrastructure-provisioning/src/general/templates/gcp/interpreter_livy.json
index d027e3d..35438c4 100644
--- 
a/infrastructure-provisioning/src/general/templates/gcp/interpreter_livy.json
+++ 
b/infrastructure-provisioning/src/general/templates/gcp/interpreter_livy.json
@@ -112,7 +112,7 @@
     {
       "id": "central",
       "type": "default",
-      "url": "http://repo1.maven.org/maven2/";,
+      "url": "https://repo1.maven.org/maven2/";,
       "releasePolicy": {
         "enabled": true,
         "updatePolicy": "daily",
diff --git 
a/infrastructure-provisioning/src/general/templates/gcp/interpreter_spark.json 
b/infrastructure-provisioning/src/general/templates/gcp/interpreter_spark.json
index 0d342c0..17e979d 100644
--- 
a/infrastructure-provisioning/src/general/templates/gcp/interpreter_spark.json
+++ 
b/infrastructure-provisioning/src/general/templates/gcp/interpreter_spark.json
@@ -299,7 +299,7 @@
     {
       "id": "central",
       "type": "default",
-      "url": "http://repo1.maven.org/maven2/";,
+      "url": "https://repo1.maven.org/maven2/";,
       "releasePolicy": {
         "enabled": true,
         "updatePolicy": "daily",


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

Reply via email to