Skip to content
Snippets Groups Projects
  • WeichenXu's avatar
    0bd7cd18
    [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming... · 0bd7cd18
    WeichenXu authored
    [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming guide example snippets from source files instead of hard code them
    
    ## What changes were proposed in this pull request?
    
    I extract 6 example programs from GraphX programming guide and replace them with
    `include_example` label.
    
    The 6 example programs are:
    - AggregateMessagesExample.scala
    - SSSPExample.scala
    - TriangleCountingExample.scala
    - ConnectedComponentsExample.scala
    - ComprehensiveExample.scala
    - PageRankExample.scala
    
    All the example code can run using
    `bin/run-example graphx.EXAMPLE_NAME`
    
    ## How was this patch tested?
    
    Manual.
    
    Author: WeichenXu <WeichenXu123@outlook.com>
    
    Closes #14015 from WeichenXu123/graphx_example_plugin.
    0bd7cd18
    History
    [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming...
    WeichenXu authored
    [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming guide example snippets from source files instead of hard code them
    
    ## What changes were proposed in this pull request?
    
    I extract 6 example programs from GraphX programming guide and replace them with
    `include_example` label.
    
    The 6 example programs are:
    - AggregateMessagesExample.scala
    - SSSPExample.scala
    - TriangleCountingExample.scala
    - ConnectedComponentsExample.scala
    - ComprehensiveExample.scala
    - PageRankExample.scala
    
    All the example code can run using
    `bin/run-example graphx.EXAMPLE_NAME`
    
    ## How was this patch tested?
    
    Manual.
    
    Author: WeichenXu <WeichenXu123@outlook.com>
    
    Closes #14015 from WeichenXu123/graphx_example_plugin.