Skip to content

Commit

Permalink
update rev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Sep 2, 2017
1 parent 16af0ef commit 2d25ffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,12 @@ https://isarn.github.io/isarn-sketches-spark/latest/api/#org.isarnproject.sketch

## How to use in your project

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

libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.1.0"
```

#### maven
``` xml
<dependency>
<groupId>org.isarnproject</groupId>
<artifactId>isarn-sketches-spark_2.10</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// currently supported: python 2.7, 3.5, spark 2.1, 2.2, scala 2.10, 2.11
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val packageVersion = "0.2.0"

val sparkVersion = "2.2.0"

val pythonVersion = "2.7"
val pythonVersion = "3.5"

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

Expand Down

0 comments on commit 2d25ffa

Please sign in to comment.