aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-flume-integration.md
diff options
context:
space:
mode:
authorJagadeesan <as2@us.ibm.com>2016-08-13 11:25:03 +0100
committerSean Owen <sowen@cloudera.com>2016-08-13 11:25:03 +0100
commite46cb78b3b9fd04a50b5ae50f360db612d656a48 (patch)
tree484f9602ab6038fd876a7fb1499a6bb7e2e47b47 /docs/streaming-flume-integration.md
parent91f2735a180f0af1f15303fd0a32633dfd1c1fe0 (diff)
downloadspark-e46cb78b3b9fd04a50b5ae50f360db612d656a48.tar.gz
spark-e46cb78b3b9fd04a50b5ae50f360db612d656a48.tar.bz2
spark-e46cb78b3b9fd04a50b5ae50f360db612d656a48.zip
[SPARK-12370][DOCUMENTATION] Documentation should link to examples …
## What changes were proposed in this pull request? 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. Changed that in URLs to make them point to the right tag in git using ```SPARK_VERSION_SHORT``` …from its own release version] [Streaming programming guide] Author: Jagadeesan <as2@us.ibm.com> Closes #14596 from jagadeesanas2/SPARK-12370.
Diffstat (limited to 'docs/streaming-flume-integration.md')
-rw-r--r--docs/streaming-flume-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-flume-integration.md b/docs/streaming-flume-integration.md
index 8eeeee75db..767e1f9402 100644
--- a/docs/streaming-flume-integration.md
+++ b/docs/streaming-flume-integration.md
@@ -63,7 +63,7 @@ configuring Flume agents.
By default, the Python API will decode Flume event body as UTF8 encoded strings. You can specify your custom decoding function to decode the body byte arrays in Flume events to any arbitrary data type.
See the [API docs](api/python/pyspark.streaming.html#pyspark.streaming.flume.FlumeUtils)
- and the [example]({{site.SPARK_GITHUB_URL}}/blob/master/examples/src/main/python/streaming/flume_wordcount.py).
+ and the [example]({{site.SPARK_GITHUB_URL}}/blob/v{{site.SPARK_VERSION_SHORT}}/examples/src/main/python/streaming/flume_wordcount.py).
</div>
</div>