[
https://issues.apache.org/jira/browse/SPARK-16012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shivaram Venkataraman resolved SPARK-16012.
-------------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Issue resolved by pull request 13760
[https://github.com/apache/spark/pull/13760]
> add gapplyCollect() for SparkDataFrame
> --------------------------------------
>
> Key: SPARK-16012
> URL: https://issues.apache.org/jira/browse/SPARK-16012
> Project: Spark
> Issue Type: Improvement
> Components: SparkR
> Affects Versions: 1.6.1
> Reporter: Sun Rui
> Fix For: 2.0.0
>
>
> Add a new API method called gapplyCollect() for SparkDataFrame. It does
> gapply on a SparkDataFrame and collect the result back to R. Compared to
> gapply() + collect(), gapplyCollect() offers performance optimization as well
> as programming convenience, as no schema is needed to be provided.
> This is similar to dapplyCollect().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]