Skip to content

Commit 2c2fe8f

Browse files
authored
Merge pull request #30 from RENCI/fix-travis-test
fix travis test by updating spark hadoop version
2 parents 08b8e93 + ab6936c commit 2c2fe8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN pip3 install csvkit
5151
RUN pip3 install schedule pandas psycopg2-binary requests flask flask-cors redis rq oslash==0.5.1 tx-functional
5252
RUN pip3 install git+https://github.com/vaidik/sherlock.git@77742ba91a24f75ee62e1895809901bde018654f
5353

54-
RUN wget https://downloads.apache.org/spark/spark-2.4.8/spark-2.4.8-bin-hadoop2.7.tgz
54+
RUN wget https://archive.apache.org/dist/spark/spark-2.4.8/spark-2.4.8-bin-hadoop2.7.tgz
5555
# RUN wget https://apache.claz.org/spark/spark-2.4.8/spark-2.4.8-bin-hadoop2.7.tgz
5656
# https://apache.claz.org/spark/spark-2.4.7/spark-2.4.7-bin-hadoop2.7.tgz
5757
#&& echo "0F5455672045F6110B030CE343C049855B7BA86C0ECB5E39A075FF9D093C7F648DA55DED12E72FFE65D84C32DCD5418A6D764F2D6295A3F894A4286CC80EF478 spark-2.4.7-bin-hadoop2.7.tgz" | sha512sum -c -

test/redcap/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM python:3.7.3-stretch
22

3+
RUN pip install -U pip
34
RUN pip install flask pyopenssl
45

56
COPY record.json record.json

0 commit comments

Comments
 (0)