aboutsummaryrefslogtreecommitdiff
path: root/docs/java-programming-guide.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-10-08 17:14:53 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-10-08 17:17:17 -0700
commite1a724f39ca986fb3aee9619ca80c10878520f56 (patch)
tree2233308989fb40592f211e13026999e0dc178e46 /docs/java-programming-guide.md
parent1231eb12e675fec47bc2d3139041b1c178a08c37 (diff)
downloadspark-e1a724f39ca986fb3aee9619ca80c10878520f56.tar.gz
spark-e1a724f39ca986fb3aee9619ca80c10878520f56.tar.bz2
spark-e1a724f39ca986fb3aee9619ca80c10878520f56.zip
Updating lots of docs to use the new special version number variables,
also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
Diffstat (limited to 'docs/java-programming-guide.md')
-rw-r--r--docs/java-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/java-programming-guide.md b/docs/java-programming-guide.md
index 24aa2d5c6b..9b870e4081 100644
--- a/docs/java-programming-guide.md
+++ b/docs/java-programming-guide.md
@@ -1,6 +1,6 @@
---
layout: global
-title: Java Programming Guide
+title: Spark Java Programming Guide
---
The Spark Java API exposes all the Spark features available in the Scala version to Java.