Description
When we use summary method of base R(not method of SparkR) in SparkR console:
model <- glm(Sepal.Width ~ Sepal.Length + Species, data = iris) summary(model)
It returns
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘summary’ for signature ‘"glm”’