You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Gayathri Murali <ga...@gmail.com> on 2016/04/28 22:19:42 UTC

SparkR unit test failures on local master

Hi All,

I am running the sparkR unit test(./R/run-tests.sh) on a local master
branch and I am seeing the following issues with SparkR ML wrapper test
cases.

Failed
-------------------------------------------------------------------------
1. Error: glm and predict (@test_mllib.R#31)
-----------------------------------

1: glm(Sepal_Width ~ Sepal_Length, training, family = "gaussian") at
/Users/gayathri/spark/R/lib/SparkR/tests/testthat/test_mllib.R:31

Error: summary coefficients match with native glm (@test_mllib.R#79)
--------
error in evaluating the argument 'object' in selecting a method for
function 'summary':

Error: summary coefficients match with native glm of family 'binomial'
(@test_mllib.R#97)
error in evaluating the argument 'object' in selecting a method for
function 'summary':

10. Failure: SQL error message is returned from JVM (@test_sparkSQL.R#1820)
----
grepl("Table not found: blah", retError) not equal to TRUE.
1 element mismatch

Any thoughts on what could be causing this?

Thanks
Gayathri

Re: SparkR unit test failures on local master

Posted by Gayathri Murali <ga...@gmail.com>.
I just rebuild spark and tried to run the tests again. Same failure.

On Thu, Apr 28, 2016 at 1:39 PM, Shivaram Venkataraman <
shivaram@eecs.berkeley.edu> wrote:

> I just ran the tests using a recently synced master branch and the
> tests seemed to work fine. My guess is some of the Java classes
> changed and you need to rebuild Spark ?
>
> Thanks
> Shivaram
>
> On Thu, Apr 28, 2016 at 1:19 PM, Gayathri Murali
> <ga...@gmail.com> wrote:
> > Hi All,
> >
> > I am running the sparkR unit test(./R/run-tests.sh) on a local master
> branch
> > and I am seeing the following issues with SparkR ML wrapper test cases.
> >
> > Failed
> > -------------------------------------------------------------------------
> > 1. Error: glm and predict (@test_mllib.R#31)
> > -----------------------------------
> >
> > 1: glm(Sepal_Width ~ Sepal_Length, training, family = "gaussian") at
> > /Users/gayathri/spark/R/lib/SparkR/tests/testthat/test_mllib.R:31
> >
> > Error: summary coefficients match with native glm (@test_mllib.R#79)
> > --------
> > error in evaluating the argument 'object' in selecting a method for
> function
> > 'summary':
> >
> > Error: summary coefficients match with native glm of family 'binomial'
> > (@test_mllib.R#97)
> > error in evaluating the argument 'object' in selecting a method for
> function
> > 'summary':
> >
> > 10. Failure: SQL error message is returned from JVM
> (@test_sparkSQL.R#1820)
> > ----
> > grepl("Table not found: blah", retError) not equal to TRUE.
> > 1 element mismatch
> >
> > Any thoughts on what could be causing this?
> >
> > Thanks
> > Gayathri
> >
> >
>

Re: SparkR unit test failures on local master

Posted by Shivaram Venkataraman <sh...@eecs.berkeley.edu>.
I just ran the tests using a recently synced master branch and the
tests seemed to work fine. My guess is some of the Java classes
changed and you need to rebuild Spark ?

Thanks
Shivaram

On Thu, Apr 28, 2016 at 1:19 PM, Gayathri Murali
<ga...@gmail.com> wrote:
> Hi All,
>
> I am running the sparkR unit test(./R/run-tests.sh) on a local master branch
> and I am seeing the following issues with SparkR ML wrapper test cases.
>
> Failed
> -------------------------------------------------------------------------
> 1. Error: glm and predict (@test_mllib.R#31)
> -----------------------------------
>
> 1: glm(Sepal_Width ~ Sepal_Length, training, family = "gaussian") at
> /Users/gayathri/spark/R/lib/SparkR/tests/testthat/test_mllib.R:31
>
> Error: summary coefficients match with native glm (@test_mllib.R#79)
> --------
> error in evaluating the argument 'object' in selecting a method for function
> 'summary':
>
> Error: summary coefficients match with native glm of family 'binomial'
> (@test_mllib.R#97)
> error in evaluating the argument 'object' in selecting a method for function
> 'summary':
>
> 10. Failure: SQL error message is returned from JVM (@test_sparkSQL.R#1820)
> ----
> grepl("Table not found: blah", retError) not equal to TRUE.
> 1 element mismatch
>
> Any thoughts on what could be causing this?
>
> Thanks
> Gayathri
>
>

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