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

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9a1ff37  update spark dependency path
9a1ff37 is described below

commit 9a1ff372a966dd7bbf716ad8bcdb86118c91c3b5
Author: Wei Chen <weic...@apache.org>
AuthorDate: Fri Nov 18 09:36:27 2022 +0000

    update spark dependency path
    
    based on #65 testing error, update the spark path as the original path is 
no longer valid
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c6bb1b9..baef81e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ matrix:
       python:
         - 3.6
       before_install:
-        - travis_retry curl 
https://d3kbcqa49mib13.cloudfront.net/spark-2.1.1-bin-hadoop2.6.tgz -o 
./spark-2.1.1-bin-hadoop2.6.tgz
+        - travis_retry curl 
https://archive.apache.org/dist/spark/spark-2.1.1/spark-2.1.1-bin-hadoop2.6.tgz 
-o ./spark-2.1.1-bin-hadoop2.6.tgz
         - sudo tar -xf ./spark-2.1.1-bin-hadoop2.6.tgz
         - cd python-daemon
         - mkdir -p marvin_data
@@ -67,7 +67,7 @@ matrix:
       python:
         - 3.6
       before_install:
-        - travis_retry curl 
https://d3kbcqa49mib13.cloudfront.net/spark-2.1.1-bin-hadoop2.6.tgz -o 
./spark-2.1.1-bin-hadoop2.6.tgz
+        - travis_retry curl 
https://archive.apache.org/dist/spark/spark-2.1.1/spark-2.1.1-bin-hadoop2.6.tgz 
-o ./spark-2.1.1-bin-hadoop2.6.tgz
         - sudo tar -xf ./spark-2.1.1-bin-hadoop2.6.tgz
         - cd python-toolbox
         - mkdir -p marvin_data

Reply via email to