Skip to content

Commit 61450e9

Browse files
authored
README: add docker link
1 parent db938ee commit 61450e9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,18 @@ If you want to use your own custom class with `LuceneRDD` you can do it provided
9090

9191
For more details, see `LuceneRDDCustomcaseClassImplicits` under the tests directory.
9292

93-
### Development
93+
## Development
94+
95+
### Docker
96+
97+
A docker compose script is setup with some preliminary notebook in Zeppelin, run
98+
99+
```
100+
docker-compose up
101+
```
102+
103+
For more LuceneRDD examples on Zeppelin, check these [examples](https://github.com/zouzias/spark-lucenerdd-examples)
104+
### Build from Source
94105

95106
Install Java, [SBT](http://www.scala-sbt.org) and clone the project
96107

0 commit comments

Comments
 (0)