Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Apr 11, 2018
1 parent d97ffb8 commit e16116d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN mkdir /spark \
&& tar -xf "/tmp/spark-$SPARK_VERSION-bin-hadoop2.7.tgz" -C /spark --strip-components=1 \
&& rm "/tmp/spark-$SPARK_VERSION-bin-hadoop2.7.tgz"

CMD /spark/bin/spark-shell --packages "io.archivesunleashed:aut:0.14.0"
CMD /spark/bin/spark-shell --packages "io.archivesunleashed:aut:0.15.0"
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Install each of the following dependencies:

### Docker Hub

`docker run --rm -it archivesunleashed/docker-aut:0.14.0`
`docker run --rm -it archivesunleashed/docker-aut:0.15.0`

If you want to mount your own data:

`docker run --rm -it -v "/path/to/your/data:/data" archivesunleashed/docker-aut:0.14.0`
`docker run --rm -it -v "/path/to/your/data:/data" archivesunleashed/docker-aut:0.15.0`

### Locally

1. `git clone -b 0.14.0 https://github.com/archivesunleashed/docker-aut.git`
1. `git clone -b 0.15.0 https://github.com/archivesunleashed/docker-aut.git`
2. `cd docker-aut`
3. `docker build -t aut .`
4. `docker run --rm -it aut`
Expand Down Expand Up @@ -68,8 +68,8 @@ scala>
scala> :paste
// Entering paste mode (ctrl-D to finish)
import io.archivesunleashed.spark.matchbox._
import io.archivesunleashed.spark.rdd.RecordRDD._
import io.archivesunleashed._
import io.archivesunleashed.matchbox._
val r = RecordLoader.loadArchives("/aut-resources/Sample-Data/*.gz", sc)
.keepValidPages()
Expand Down

0 comments on commit e16116d

Please sign in to comment.