You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/21 16:00:18 UTC

[GitHub] [spark] felixcheung commented on a change in pull request #24664: [SPARK-27794][R][DOCS] Use https URL for CRAN repo

felixcheung commented on a change in pull request #24664: [SPARK-27794][R][DOCS] Use https URL for CRAN repo
URL: https://github.com/apache/spark/pull/24664#discussion_r286103912
 
 

 ##########
 File path: external/docker/spark-mesos/Dockerfile
 ##########
 @@ -24,7 +24,7 @@ RUN apt-get update && \
     apt-get install -y python libnss3 openjdk-7-jre-headless curl
 
 RUN mkdir /opt/spark && \
-    curl http://www.apache.org/dyn/closer.lua/spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.4.tgz \
+    curl https://www.apache.org/dyn/closer.lua/spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.4.tgz \
 
 Review comment:
   yea, this isn't going to work...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org