Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2280

Java & Scala reference docs should describe function reference behavior.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Incomplete
    • 1.0.0
    • None
    • Documentation

    Description

      Example

      <K> JavaPairRDD<K,Iterable<T>> groupBy(Function<T,K> f)
      Return an RDD of grouped elements. Each group consists of a key and a sequence of elements mapping to that key.

      T and K are not described and there is no explanation of what the function's inputs and outputs should be and how GroupBy uses this information.

      Attachments

        Activity

          People

            Unassigned Unassigned
            huhlig Hans Uhlig
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: