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

Sean Owen resolved SPARK-18858.
-------------------------------
    Resolution: Invalid

Questions should really go to [email protected]. The Dataset API is 
different. I think you will end up using groupBy() and something like 
flatMapGroups() to achieve what you want.

> reduceByKey not avaiable on Dataset
> -----------------------------------
>
>                 Key: SPARK-18858
>                 URL: https://issues.apache.org/jira/browse/SPARK-18858
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 2.0.2
>            Reporter: Jorge Machado
>            Priority: Minor
>
> Hi, 
> I don“t really know if this is a bug or not.
> But having a Dataset it should be possible to do reduceByKey or not ? 
> at the moment I have done the workaround with ds.rdd.ReduceByKey.
> reduce does not have the same signature



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to