Github user kiszk commented on the issue:

    https://github.com/apache/spark/pull/19811
  
    I think this failure due to R package issue that we have seen before.
    
    ```
    * building 'SparkR_2.3.0.tar.gz'
    
    + find pkg/vignettes/. -not -name . -not -name '*.Rmd' -not -name '*.md' 
-not -name '*.pdf' -not -name '*.html' -delete
    ++ grep Version 
/home/jenkins/workspace/SparkPullRequestBuilder/R/pkg/DESCRIPTION
    ++ awk '{print $NF}'
    + VERSION=2.3.0
    + CRAN_CHECK_OPTIONS=--as-cran
    + '[' -n 1 ']'
    + CRAN_CHECK_OPTIONS='--as-cran --no-tests'
    + '[' -n 1 ']'
    + CRAN_CHECK_OPTIONS='--as-cran --no-tests --no-manual --no-vignettes'
    + echo 'Running CRAN check with --as-cran --no-tests --no-manual 
--no-vignettes options'
    Running CRAN check with --as-cran --no-tests --no-manual --no-vignettes 
options
    + '[' -n 1 ']'
    + '[' -n 1 ']'
    + /usr/bin/R CMD check --as-cran --no-tests --no-manual --no-vignettes 
SparkR_2.3.0.tar.gz
    * using log directory 
'/home/jenkins/workspace/SparkPullRequestBuilder/R/SparkR.Rcheck'
    * using R version 3.1.1 (2014-07-10)
    * using platform: x86_64-redhat-linux-gnu (64-bit)
    * using session charset: ASCII
    * using options '--no-tests --no-vignettes'
    * checking for file 'SparkR/DESCRIPTION' ... OK
    * checking extension type ... Package
    * this is package 'SparkR' version '2.3.0'
    * checking CRAN incoming feasibility ...Error in 
.check_package_CRAN_incoming(pkgdir) : 
      dims [product 22] do not match the length of object [0]
    Execution halted
    Loading required package: methods
    
    Attaching package: 'SparkR'
    ...
    ```


---

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

Reply via email to