Yikun commented on pull request #31923:
URL: https://github.com/apache/spark/pull/31923#issuecomment-804017917


   ```shell
   Step 6/12 : RUN   apt-get update &&   apt install -y gnupg &&   echo "deb 
http://cloud.r-project.org/bin/linux/debian buster-cran35/" >> 
/etc/apt/sources.list &&   (apt-key adv --keyserver keys.gnupg.net --recv-key 
'E19F5F87128899B192B1A2C2AD5F960A256A04AF' || apt-key adv --keyserver 
keys.openpgp.org --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF') &&   
apt-get update &&   apt install -y -t buster-cran35 r-base r-base-dev &&   rm 
-rf /var/cache/apt/*
    ---> Running in 890d910fdc12
   ... ...
   
    ---> 6fc29805545e
   Step 7/12 : COPY R ${SPARK_HOME}/R
    ---> 98781dd121aa
   Step 8/12 : ENV R_HOME /usr/lib/R
   ```
   
   From [1] (Step 6/12 succeed), we can see the failed fetch problem of 
[SPARK-34820](https://issues.apache.org/jira/browse/SPARK-34820) had been fixed.
   
   [1] 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/40920/consoleFull


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to