You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sun Rui (JIRA)" <ji...@apache.org> on 2015/08/17 09:16:46 UTC

[jira] [Commented] (SPARK-10047) Improve the implementation of collect() on DataFrame in SparkR

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

Sun Rui commented on SPARK-10047:
---------------------------------

[~shivaram], [~yu_ishikawa] lets discuss improvement of collect() of DataFrame here.

> Improve the implementation of collect() on DataFrame in SparkR
> --------------------------------------------------------------
>
>                 Key: SPARK-10047
>                 URL: https://issues.apache.org/jira/browse/SPARK-10047
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>            Reporter: Sun Rui
>
> currently in SparkR, collect() on a DataFrame collects the data within the DataFrame into a local data.frame. R users are used to using data.frame.
> However, collect() currently can't collect data of nested types from a DataFrame because:
> 1. The serializer in JVM backend does not support nested types;
> 2. collect() in R side assumes each column is of simple atomic type that can be combinded into a atomic vector



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