Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E43418350 for ; Tue, 10 Nov 2015 05:08:11 +0000 (UTC) Received: (qmail 97049 invoked by uid 500); 10 Nov 2015 05:08:11 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 97009 invoked by uid 500); 10 Nov 2015 05:08:11 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 96990 invoked by uid 99); 10 Nov 2015 05:08:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2015 05:08:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EDF1F2C1F57 for ; Tue, 10 Nov 2015 05:08:10 +0000 (UTC) Date: Tue, 10 Nov 2015 05:08:10 +0000 (UTC) From: "Shivaram Venkataraman (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-11587) SparkR can not use summary.glm from base R MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-11587?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D149= 97967#comment-14997967 ]=20 Shivaram Venkataraman commented on SPARK-11587: ----------------------------------------------- [~yanboliang] Let me know if the fix works as expected. > SparkR can not use summary.glm from base R > ------------------------------------------ > > Key: SPARK-11587 > URL: https://issues.apache.org/jira/browse/SPARK-11587 > Project: Spark > Issue Type: Bug > Components: ML, R, SparkR > Reporter: Yanbo Liang > Assignee: Shivaram Venkataraman > Priority: Critical > Fix For: 1.6.0 > > > When we use summary method of base R(not method of SparkR) in SparkR cons= ole: > {code} > model <- glm(Sepal.Width ~ Sepal.Length + Species, data =3D iris) > summary(model) > {code} > It returns > {code} > Error in (function (classes, fdef, mtable) :=20 > unable to find an inherited method for function =E2=80=98summary=E2=80= =99 for signature =E2=80=98"glm=E2=80=9D=E2=80=99 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org