Skip to content

Commit 2d25ffa

Browse files
committed
update rev instructions
1 parent 16af0ef commit 2d25ffa

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,12 @@ https://isarn.github.io/isarn-sketches-spark/latest/api/#org.isarnproject.sketch
66

77
## How to use in your project
88

9-
#### sbt
109
``` scala
11-
resolvers += "isarn project" at "https://dl.bintray.com/isarn/maven/"
10+
// Note that the version of spark and python is part of the release name.
11+
// This example is for spark 2.2 and python 2.7:
12+
libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.2.0-sp2.2-py2.7"
1213

13-
libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.1.0"
14-
```
15-
16-
#### maven
17-
``` xml
18-
<dependency>
19-
<groupId>org.isarnproject</groupId>
20-
<artifactId>isarn-sketches-spark_2.10</artifactId>
21-
<version>0.1.0</version>
22-
<type>pom</type>
23-
</dependency>
14+
// currently supported: python 2.7, 3.5, spark 2.1, 2.2, scala 2.10, 2.11
2415
```
2516

2617
## Examples

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val packageVersion = "0.2.0"
88

99
val sparkVersion = "2.2.0"
1010

11-
val pythonVersion = "2.7"
11+
val pythonVersion = "3.5"
1212

1313
val sparkSuffix = s"""sp${sparkVersion.split('.').take(2).mkString(".")}"""
1414

0 commit comments

Comments
 (0)