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

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new a54535e  [MINOR] Fix invalid maven repo address (#1265)
a54535e is described below

commit a54535ed5a0247854660ace3a022db4891c6966d
Author: lamber-ken <[email protected]>
AuthorDate: Tue Jan 21 20:41:59 2020 +0800

    [MINOR] Fix invalid maven repo address (#1265)
---
 docker/hoodie/hadoop/spark_base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hoodie/hadoop/spark_base/Dockerfile 
b/docker/hoodie/hadoop/spark_base/Dockerfile
index 5474593..ae35e6e 100644
--- a/docker/hoodie/hadoop/spark_base/Dockerfile
+++ b/docker/hoodie/hadoop/spark_base/Dockerfile
@@ -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";
 

Reply via email to