You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kamlesh Kumar (JIRA)" <ji...@apache.org> on 2015/07/01 06:40:04 UTC

[jira] [Comment Edited] (SPARK-8699) Select command not working for SparkR built on Spark Version: 1.4.0 and R 3.2.0

    [ https://issues.apache.org/jira/browse/SPARK-8699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609545#comment-14609545 ] 

Kamlesh Kumar edited comment on SPARK-8699 at 7/1/15 4:39 AM:
--------------------------------------------------------------

Thanks Shivaram, it works as some other package was riding over select command. 


was (Author: kamlesh.kumar):
Thanks Shivaram, it works. 

> Select command not working for SparkR built on Spark Version: 1.4.0 and R 3.2.0
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-8699
>                 URL: https://issues.apache.org/jira/browse/SPARK-8699
>             Project: Spark
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 1.4.0
>         Environment: Windows 7, 64 bit 
>            Reporter: Kamlesh Kumar
>            Priority: Critical
>              Labels: test
>
> I can successfully run Showdf and head on rrdd data frame in R but it throws unexpected error for select commands. 
>  R console output after running select command on rrdd data object is following:
> command
> >>head(select(df, df$eruptions))
> output: 
> Error in head(select(df, df$eruptions)) : 
>   error in evaluating the argument 'x' in selecting a method for function 'head': Error in UseMethod("select_") : 
>   no applicable method for 'select_' applied to an object of class "DataFrame"



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