HyukjinKwon opened a new pull request #28380:
URL: https://github.com/apache/spark/pull/28380


   ### What changes were proposed in this pull request?
   
   Currently R installation seems being failed in Github Actions:
   
   ```
   Get:61 https://dl.bintray.com/sbt/debian  Packages [4174 B]
   Get:62 http://ppa.launchpad.net/apt-fast/stable/ubuntu bionic/main amd64 
Packages [532 B]
   Get:63 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 
Packages [3036 B]
   Get:64 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages 
[52.0 kB]
   Get:65 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic/main 
amd64 Packages [33.9 kB]
   Get:66 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic/main 
Translation-en [10.1 kB]
   Reading package lists...
   E: The repository 'https://cloud.r-project.org/bin/linux/ubuntu 
bionic-cran35/ Release' does not have a Release file.
   ##[error]Process completed with exit code 100.
   ```
   
   Looks it's because the repo address was changed from:
   
   https://cloud.r-project.org/bin/linux/ubuntu%20bionic-cran35/
   
   to
   
   https://cloud.r-project.org/bin/linux/ubuntu/bionic-cran35/
   
   
   ### Why are the changes needed?
   
   To fix the broken builds in Github Actions.
   
   ### Does this PR introduce any user-facing change?
   
   No, it's dev-only change.
   
   ### How was this patch tested?
   
   Github Actions build will test it out.
   


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to