aboutsummaryrefslogtreecommitdiff
path: root/docs/scala-programming-guide.md
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@eecs.berkeley.edu>2012-10-26 15:01:28 -0700
committerJosh Rosen <joshrosen@eecs.berkeley.edu>2012-10-26 15:01:28 -0700
commit33bea24f8e5e7b26cc40cef5836b58401845487c (patch)
treeb9f052f7c4f7b11f0ba3ce9134fbe65e137f7317 /docs/scala-programming-guide.md
parentc4aa10154ec7270360328b19303b24806e6b4244 (diff)
downloadspark-33bea24f8e5e7b26cc40cef5836b58401845487c.tar.gz
spark-33bea24f8e5e7b26cc40cef5836b58401845487c.tar.bz2
spark-33bea24f8e5e7b26cc40cef5836b58401845487c.zip
Fix Spark groupId in Scala Programming Guide.
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}}