Skip to content

Commit

Permalink
Merge pull request #215 from radanalyticsio/releaseV0.5.2
Browse files Browse the repository at this point in the history
releasev0.5.2
  • Loading branch information
rebeccaSimmonds19 authored May 17, 2018
2 parents 556fb74 + 0308e15 commit 0ad7d28
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions image.java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ packages:
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
md5: af45eeb06dc1beee6d4c70b92c0e0237
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.1/oshinko_v0.5.1_linux_amd64.tar.gz
md5: 73f0541d094a23972611d54a0268a489
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
md5: 020c481017e944cc97d05eaf70d75067
run:
user: 185
cmd:
Expand Down
4 changes: 2 additions & 2 deletions image.pyspark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ packages:
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
md5: af45eeb06dc1beee6d4c70b92c0e0237
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.1/oshinko_v0.5.1_linux_amd64.tar.gz
md5: 73f0541d094a23972611d54a0268a489
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
md5: 020c481017e944cc97d05eaf70d75067
run:
user: 185
cmd:
Expand Down
4 changes: 2 additions & 2 deletions image.scala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ packages:
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
md5: af45eeb06dc1beee6d4c70b92c0e0237
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.1/oshinko_v0.5.1_linux_amd64.tar.gz
md5: 73f0541d094a23972611d54a0268a489
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
md5: 020c481017e944cc97d05eaf70d75067
run:
user: 185
cmd:
Expand Down
2 changes: 1 addition & 1 deletion java-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yum install -y epel-release tar wget \
# directory
COPY \
spark-2.3.0-bin-hadoop2.7.tgz \
oshinko_v0.5.1_linux_amd64.tar.gz \
oshinko_v0.5.2_linux_amd64.tar.gz \
/tmp/artifacts/

# Add scripts used to configure the image
Expand Down
2 changes: 1 addition & 1 deletion pyspark-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN yum install -y java-1.8.0-openjdk \
# directory
COPY \
spark-2.3.0-bin-hadoop2.7.tgz \
oshinko_v0.5.1_linux_amd64.tar.gz \
oshinko_v0.5.2_linux_amd64.tar.gz \
/tmp/artifacts/

# Add scripts used to configure the image
Expand Down
2 changes: 1 addition & 1 deletion pyspark-build/modules/pyspark/added/s2i/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ shopt -s dotglob

echo "---> Proceeding with customized assemble ..."

# If the root of the repo contains file (worker-)requirements.txt, install them and bundle
# If the root of the repo contains file called worker-requirements.txt, install them and bundle
# them together into big zip file that will be passed to spark-submit.

# note: the idea of worker-requirements.txt is to isolate those dependencies that
Expand Down
2 changes: 1 addition & 1 deletion scala-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yum install -y git \
# directory
COPY \
spark-2.3.0-bin-hadoop2.7.tgz \
oshinko_v0.5.1_linux_amd64.tar.gz \
oshinko_v0.5.2_linux_amd64.tar.gz \
/tmp/artifacts/

# Add scripts used to configure the image
Expand Down

0 comments on commit 0ad7d28

Please sign in to comment.