Weichen Xu created SPARK-16345:
----------------------------------

             Summary: Extract graphx programming guide example snippets from 
source files instead of hard code them
                 Key: SPARK-16345
                 URL: https://issues.apache.org/jira/browse/SPARK-16345
             Project: Spark
          Issue Type: Bug
          Components: Documentation, Examples, GraphX
    Affects Versions: 2.0.0, 2.0.1, 2.1.0
            Reporter: Weichen Xu


Currently, all example snippets in the graphx programming guide are hard-coded, 
which can be pretty hard to update and verify. On the contrary, ML document 
pages are using the include_example Jekyll plugin to extract snippets from 
actual source files under the examples sub-project. In this way, we can 
guarantee that Java and Scala code are compilable, and it would be much easier 
to verify these example snippets since they are part of complete Spark 
applications.

The similar task is SPARK-7924.



--
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