File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ https://isarn.github.io/isarn-sketches-spark/latest/api/#org.isarnproject.sketch
9
9
``` scala
10
10
// Note that the version of spark is part of the release name.
11
11
// This example is for spark 3.0:
12
- libraryDependencies += " org.isarnproject" %% " isarn-sketches-spark" % " 0.5.1 -sp3.0"
12
+ libraryDependencies += " org.isarnproject" %% " isarn-sketches-spark" % " 0.5.2 -sp3.0"
13
13
14
14
// This package builds against some `% Provided` Apache Spark dependencies:
15
15
libraryDependencies += " org.apache.spark" %% " spark-core" % sparkVersion
@@ -37,7 +37,7 @@ If you are interested in a spark/scala build that is not listed above, please co
37
37
Several Spark CLI tools accept the ` --packages ` argument, including spark-shell and pyspark.
38
38
Following is an example using ` spark-shell ` :
39
39
``` bash
40
- $ spark-shell --packages " org.isarnproject:isarn-sketches-spark_2.12:0.5.1 -sp3.0"
40
+ $ spark-shell --packages " org.isarnproject:isarn-sketches-spark_2.12:0.5.2 -sp3.0"
41
41
```
42
42
Note that you need to explicitly include the scala version as part of the package name.
43
43
You can’t perform that action at this time.
0 commit comments