aboutsummaryrefslogtreecommitdiff
path: root/docs/scala-programming-guide.md
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2012-11-26 13:16:59 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2012-11-26 13:16:59 -0800
commit0fe2fc4d5e1b3c3cb32052a43d227bdaf29dd488 (patch)
tree09926ffb6270c90d768e35ef686c8e509ce0bd2a /docs/scala-programming-guide.md
parentfd11d23bb3a817dabd414bceddebc35ad731f626 (diff)
parentcd16eab0dbad9d6186f064e5d95259562eb51628 (diff)
downloadspark-0fe2fc4d5e1b3c3cb32052a43d227bdaf29dd488.tar.gz
spark-0fe2fc4d5e1b3c3cb32052a43d227bdaf29dd488.tar.bz2
spark-0fe2fc4d5e1b3c3cb32052a43d227bdaf29dd488.zip
Merged branch mesos/master to branch dev.
Diffstat (limited to 'docs/scala-programming-guide.md')
-rw-r--r--docs/scala-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scala-programming-guide.md b/docs/scala-programming-guide.md
index 73f8b123be..7350eca837 100644
--- a/docs/scala-programming-guide.md
+++ b/docs/scala-programming-guide.md
@@ -19,7 +19,7 @@ This guide shows each of these features and walks through some samples. It assum
To write a Spark application, you will need to add both Spark and its dependencies to your CLASSPATH. If you use sbt or Maven, Spark is available through Maven Central at:
- groupId = org.spark_project
+ groupId = org.spark-project
artifactId = spark-core_{{site.SCALA_VERSION}}
version = {{site.SPARK_VERSION}}