This commit is contained in:
Matei Zaharia 2012-10-12 14:40:00 -07:00
parent ee2fcb2ce6
commit 603b419fdf
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ title: Java Programming Guide
The Spark Java API exposes all the Spark features available in the Scala version to Java. The Spark Java API exposes all the Spark features available in the Scala version to Java.
To learn the basics of Spark, we recommend reading through the To learn the basics of Spark, we recommend reading through the
[Scala Programming Guide](scala-programming-guide.html) first; it should be [Scala programming guide](scala-programming-guide.html) first; it should be
easy to follow even if you don't know Scala. easy to follow even if you don't know Scala.
This guide will show how to use the Spark features described there in Java. This guide will show how to use the Spark features described there in Java.

View file

@ -1,6 +1,6 @@
--- ---
layout: global layout: global
title: Scala Programming Guide title: Spark Programming Guide
--- ---
* This will become a table of contents (this text will be scraped). * This will become a table of contents (this text will be scraped).