Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15889#discussion_r88611836
  
    --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaPairRDD.scala 
---
    @@ -234,6 +234,9 @@ class JavaPairRDD[K, V](val rdd: RDD[(K, V)])
        * In addition, users can control the partitioning of the output RDD, 
the serializer that is use
        * for the shuffle, and whether to perform map-side aggregation (if a 
mapper can produce multiple
        * items with the same key).
    +   *
    +   * @note V and C can be different -- for example, one might group a RDD 
of type (Int, Int) into
    +   * an RDD of type (Int, List[Int]).
    --- End diff --
    
    It seems fine now.
    
    ![2016-11-18 4 47 
33](https://cloud.githubusercontent.com/assets/6477701/20422606/c57c1618-adae-11e6-8d65-b6f15a9ddb3a.png)
    ![2016-11-18 4 47 
17](https://cloud.githubusercontent.com/assets/6477701/20422605/c579f63a-adae-11e6-98ca-b072924be75a.png)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to