We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db938ee commit 61450e9Copy full SHA for 61450e9
README.md
@@ -90,7 +90,18 @@ If you want to use your own custom class with `LuceneRDD` you can do it provided
90
91
For more details, see `LuceneRDDCustomcaseClassImplicits` under the tests directory.
92
93
-### Development
+## 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
105
106
Install Java, [SBT](http://www.scala-sbt.org) and clone the project
107
0 commit comments