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