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 2020/07/30 07:53:02 UTC

[GitHub] [spark] HyukjinKwon commented on pull request #29300: [SPARK-32491][INFRA] Do not install SparkR in test-only mode in testing script

HyukjinKwon commented on pull request #29300:
URL: https://github.com/apache/spark/pull/29300#issuecomment-666201596


   The fix here should partially fix the build when R is not needed. Looks it fails when R is needed too, for example, at https://github.com/apache/spark/pull/29300/checks?check_run_id=926570135
   
   ```
   + /usr/bin/R CMD INSTALL --library=/home/runner/work/spark/spark/R/lib /home/runner/work/spark/spark/R/pkg/
   ERROR: this R is version 3.4.4, package 'SparkR' requires R >= 3.5
   ##[error]Process completed with exit code 1.
   ```
   
   This would need a different fix for GitHub Actions specifically. I will investigate separately.


----------------------------------------------------------------
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



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