You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/0_quick_start.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,16 @@ Install and launch a Cassandra cluster and a Spark cluster.
13
13
14
14
Configure a new Scala project with the Apache Spark and dependency.
15
15
16
-
The dependencies are easily retrieved via the spark-packages.org website. For example, if you're using `sbt`, your build.sbt should include something like this:
16
+
The dependencies are easily retrieved via Maven Central
17
17
18
-
resolvers += "Spark Packages Repo" at "https://dl.bintray.com/spark-packages/maven"
By default spark will log everything to the console and this may be a bit of an overload. To change this copy and modify the `log4j.properties` template file
0 commit comments