Brian London created SPARK-12370: ------------------------------------ Summary: Documentation should link to examples from its own release version Key: SPARK-12370 URL: https://issues.apache.org/jira/browse/SPARK-12370 Project: Spark Issue Type: Bug Reporter: Brian London
When documentation is built is should reference examples from the same build. There are times when the docs have links that point to files in the github head which may not be valid on the current release. As an example the spark streaming page for 1.5.2 (currently at http://spark.apache.org/docs/latest/streaming-programming-guide.html) links to the stateful network word count example (at https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/streaming/StatefulNetworkWordCount.scala). That example file utilizes a number of 1.6 features that are not available in 1.5.2. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org