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
You can find the spark-daria [Scala 2.11 versions here](https://repo1.maven.org/maven2/com/github/mrpowers/spark-stringmetric.11/) and the [Scala 2.12 versions here](https://repo1.maven.org/maven2/com/github/mrpowers/spark-stringmetric.12/).
17
22
18
-
You should generally use Scala 2.11 with Spark 2 and Scala 2.12 with Spark 3.
19
-
20
23
## SimilarityFunctions
21
24
22
25
*`cosine_distance`
@@ -131,7 +134,7 @@ Run `sbt` to open the SBT console.
131
134
132
135
Run `> ; + publishSigned; sonatypeBundleRelease` to create the JAR files and release them to Maven. These commands are made available by the [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin.
133
136
134
-
When the release command is run, you'll be prompted to enter your GPG passphrase.
137
+
After running the release command, you'll be prompted to enter your GPG passphrase.
135
138
136
139
The Sonatype credentials should be stored in the `~/.sbt/sonatype_credentials` file in this format:
137
140
@@ -142,8 +145,7 @@ user=$USERNAME
142
145
password=$PASSWORD
143
146
```
144
147
145
-
## Microsite
146
-
147
-
The microsite for this project [is available here](https://mrpowers.github.io/spark-stringmetric/). It's built with the [sbt-microsite](https://github.com/47degrees/sbt-microsites) plugin.
148
+
## Post Maven release steps
148
149
149
-
The `sbt publishMicrosite` command creates a new microsite based on the Markdown files stored in the `docs/src/main/mdoc` folder.
0 commit comments