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

Shivaram Venkataraman resolved SPARK-8699.
------------------------------------------
    Resolution: Not A Problem

> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to