Permalink
Showing
with
2 additions
and
2 deletions.
-
+2
−2
README.md
|
@@ -20,15 +20,15 @@ The toolkit grew out of a previous project called [Warcbase](https://github.com/ |
|
|
|
If you have Apache Spark ready to go, it's as easy as: |
|
|
|
|
|
|
|
``` |
|
|
|
$ spark-shell --packages "io.archivesunleashed:aut:0.16.0" |
|
|
|
$ spark-shell --packages "io.archivesunleashed:aut:0.17.0" |
|
|
|
``` |
|
|
|
|
|
|
|
### A little less easy |
|
|
|
|
|
|
|
You can download the [latest release here](https://github.com/archivesunleashed/aut/releases) and include it like so: |
|
|
|
|
|
|
|
``` |
|
|
|
$ spark-shell --jars /path/to/aut-0.16.0-fatjar.jar" |
|
|
|
$ spark-shell --jars /path/to/aut-0.17.0-fatjar.jar" |
|
|
|
``` |
|
|
|
|
|
|
|
### Even less easy |
|
|
0 comments on commit
f8ee21e