[MINOR] Fix invalid maven repo address (#1265)
This commit is contained in:
committed by
vinoth chandar
parent
b6e2993ceb
commit
a54535ed5a
@@ -60,5 +60,5 @@ ENV SPARK_BLOCKMGR_PORT 5003
|
||||
EXPOSE $SPARK_DRIVER_PORT $SPARK_UI_PORT $SPARK_BLOCKMGR_PORT
|
||||
|
||||
# Without this spark-shell fails - Download if it is not already there in $SPARK_INSTALL
|
||||
RUN wget -nc -q -O "${SPARK_INSTALL}/jars/jersey-bundle-1.19.4.jar" "http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.19.4/jersey-bundle-1.19.4.jar"
|
||||
RUN wget -nc -q -O "${SPARK_INSTALL}/jars/jersey-bundle-1.19.4.jar" "https://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.19.4/jersey-bundle-1.19.4.jar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user