summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2013-10-25 05:15:23 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2013-10-25 05:15:23 +0000
commitb8c4ea68f1d3364ae549b70486bee524cb42b340 (patch)
tree8dc18ee63e69d149277dca5de85d3e44100b8339 /index.md
parentc4cb73a9704b10b5e15ebd31a6ad876595030b39 (diff)
downloadspark-website-b8c4ea68f1d3364ae549b70486bee524cb42b340.tar.gz
spark-website-b8c4ea68f1d3364ae549b70486bee524cb42b340.tar.bz2
spark-website-b8c4ea68f1d3364ae549b70486bee524cb42b340.zip
tweak
Diffstat (limited to 'index.md')
-rw-r--r--index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.md b/index.md
index c2e5c03fb..f5702eb97 100644
--- a/index.md
+++ b/index.md
@@ -15,8 +15,8 @@ To run programs faster, Spark offers a general execution model that can optimize
To make programming faster, Spark provides clean, concise APIs in
<a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a>,
-<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-java">Java</a> and
-<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-python" >Python</a>.
+<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-app-in-java">Java</a> and
+<a href="{{site.url}}docs/latest/quick-start.html#a-standalone-app-in-python" >Python</a>.
You can also use Spark interactively from the Scala and Python shells to rapidly query big datasets.
## What can it do?