aboutsummaryrefslogtreecommitdiff
path: root/docs/scala-programming-guide.md
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@eecs.berkeley.edu>2012-12-29 16:00:51 -0800
committerJosh Rosen <joshrosen@eecs.berkeley.edu>2012-12-29 16:00:51 -0800
commitc5cee53f2092ee2825095a1831ca47f1c41afc2f (patch)
tree29c36f14668e67493b2c8ed98cb4d4124baf841e /docs/scala-programming-guide.md
parent26186e2d259f3aa2db9c8594097fd342107ce147 (diff)
parent3f74f729a190924b7634e08a381232af36aeb328 (diff)
downloadspark-c5cee53f2092ee2825095a1831ca47f1c41afc2f.tar.gz
spark-c5cee53f2092ee2825095a1831ca47f1c41afc2f.tar.bz2
spark-c5cee53f2092ee2825095a1831ca47f1c41afc2f.zip
Merge remote-tracking branch 'origin/master' into python-api
Conflicts: docs/quick-start.md
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}}