I just rebuild spark and tried to run the tests again. Same failure. On Thu, Apr 28, 2016 at 1:39 PM, Shivaram Venkataraman < shiva...@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 > <gayathri.m.sof...@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 > > > > >