Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-11587

SparkR can not use summary.glm from base R

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 1.6.0
    • ML, SparkR
    • None

    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”’
      

      Attachments

        Activity

          People

            shivaram Shivaram Venkataraman
            yanboliang Yanbo Liang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: