[jira] [Updated] (SPARK-11587) SparkR can not use summary.glm from base R

2015-11-09 Thread Xiangrui Meng (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-11587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng updated SPARK-11587:
--
Priority: Critical  (was: Major)

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-11587) SparkR can not use summary.glm from base R

2015-11-09 Thread Shivaram Venkataraman (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-11587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shivaram Venkataraman updated SPARK-11587:
--
Component/s: SparkR

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-11587) SparkR can not use summary.glm from base R

2015-11-09 Thread Xiangrui Meng (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-11587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangrui Meng updated SPARK-11587:
--
Target Version/s: 1.6.0

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-11587) SparkR can not use summary.glm from base R

2015-11-09 Thread Yanbo Liang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-11587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-11587:

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

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


> 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
>Reporter: Yanbo Liang
>
> When we use summary method of base R(not method of SparkR) in SparkR console:
> {code}
> model <- glm(Sepal.Width ~ Sepal.Length + Species, data = iris)
> summary(model)
> {code}
> It returns
> {code}
> Error in (function (classes, fdef, mtable)  : 
>   unable to find an inherited method for function ‘summary’ for signature 
> ‘"glm”’
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org