Skip to content
Snippets Groups Projects
  • Bryan Cutler's avatar
    b1ebe182
    [SPARK-16932][DOCS] Changed programming guide to not reference old accumulator API in Scala · b1ebe182
    Bryan Cutler authored
    ## What changes were proposed in this pull request?
    
    In the programming guide, the accumulator section mixes up both the old and new APIs causing it to be confusing.  This is not necessary for Scala, so all references to the old API are removed.  For Java, it is somewhat fixed up except for the example of a custom accumulator because I don't think an API exists yet.  Python has not currently implemented the new API.
    
    ## How was this patch tested?
    built doc locally
    
    Author: Bryan Cutler <cutlerb@gmail.com>
    
    Closes #14516 from BryanCutler/fixup-accumulator-programming-guide-SPARK-15702.
    b1ebe182
    History
    [SPARK-16932][DOCS] Changed programming guide to not reference old accumulator API in Scala
    Bryan Cutler authored
    ## What changes were proposed in this pull request?
    
    In the programming guide, the accumulator section mixes up both the old and new APIs causing it to be confusing.  This is not necessary for Scala, so all references to the old API are removed.  For Java, it is somewhat fixed up except for the example of a custom accumulator because I don't think an API exists yet.  Python has not currently implemented the new API.
    
    ## How was this patch tested?
    built doc locally
    
    Author: Bryan Cutler <cutlerb@gmail.com>
    
    Closes #14516 from BryanCutler/fixup-accumulator-programming-guide-SPARK-15702.