Skip to content

Commit

Permalink
Fix maven repo URL (kubeflow#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
syucream authored Apr 30, 2020
1 parent b597960 commit 8ae8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM ${SPARK_IMAGE}

# Setup dependencies for Google Cloud Storage access.
RUN rm $SPARK_HOME/jars/guava-14.0.1.jar
ADD http://central.maven.org/maven2/com/google/guava/guava/23.0/guava-23.0.jar $SPARK_HOME/jars
ADD https://repo1.maven.org/maven2/com/google/guava/guava/23.0/guava-23.0.jar $SPARK_HOME/jars
# Add the connector jar needed to access Google Cloud Storage using the Hadoop FileSystem API.
ADD https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-latest-hadoop2.jar $SPARK_HOME/jars
ADD https://storage.googleapis.com/spark-lib/bigquery/spark-bigquery-latest.jar $SPARK_HOME/jars
Expand Down

0 comments on commit 8ae8575

Please sign in to comment.