[ 
https://issues.apache.org/jira/browse/SPARK-11255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15058613#comment-15058613
 ] 

shane knapp commented on SPARK-11255:
-------------------------------------

on staging, i ran the following shell commands:
{quote}
for x in $(rpm -qa | grep R); do yum remove $x; done
export PATH=/home/anaconda/bin/:$PATH
conda install -c https://conda.anaconda.org/asmeurer r=3.1.2
R CMD javareconf
Rscript -e 'install.packages("digest", repos="http://cran.stat.ucla.edu/";)'
Rscript -e 'install.packages("testthat", repos="http://cran.stat.ucla.edu/";)'
Rscript -e 'install.packages("knitr", repos="http://cran.stat.ucla.edu/";)'
Rscript -e 'install.packages("devtools", repos="http://cran.stat.ucla.edu/";)'
Rscript -e 'devtools::install_github("jimhester/lintr")'
Rscript -e 'install.packages("plyr", repos="http://cran.stat.ucla.edu/";)'
{quote}

then i ran our test build, which passed:
https://amplab.cs.berkeley.edu/jenkins/view/AMPLab%20Infra/job/SparkR-testing/6/

i'll update R the next time we have downtime scheduled (probably not until 
early next year).

> R Test build should run on R 3.1.2
> ----------------------------------
>
>                 Key: SPARK-11255
>                 URL: https://issues.apache.org/jira/browse/SPARK-11255
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>            Reporter: Felix Cheung
>            Assignee: shane knapp
>            Priority: Minor
>
> Test should run on R 3.1.1 which is the version listed as supported.
> Apparently there are few R changes that can go undetected since Jenkins Test 
> build is running something newer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to