Skip to content
Snippets Groups Projects
Commit 33bea24f authored by Josh Rosen's avatar Josh Rosen
Browse files

Fix Spark groupId in Scala Programming Guide.

parent c4aa1015
No related branches found
No related tags found
No related merge requests found
......@@ -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}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment