Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocoutinhor committed Mar 6, 2020
1 parent 454b41e commit f8f2ab2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Burning Books - SSH Driven Spark Notebook

Burning Books is a web notebook that conveys it commands to a cluster thorugh a SSH connection.
It uses the default SSH autentication to control access.

It is in **alpha** right now, use at your own risk.

## Dependences

This image depends on a mongodb instance running somewhere and an SSH host with spark installed to work.
Expand Down Expand Up @@ -39,4 +46,15 @@ services:
enviroment:
MONGO_INITDB_ROOT_USERNAME: burning
MONGO_INITDB_ROOT_PASSWORD: book
```
```
## Enviroment Variables
| Variable | Default | Meaning |
|-------------------|---------------------------|-----------------------------------------------|
| LOG_LEVEL | INFO | Level of the log messages |
| SPARK_HOST | localhost | SSH host with spark-shell |
| MONGO | mongodb://localhost:27017 | Mongodb connection string |
| USER_BLACKLIST | | Users to be denied access |
| SPARK_QUEUE | | Default queue of all new spark-shell sessions |
| SPARK_LIBRARIES | | Libraries in SPARK_HOST to be used |

0 comments on commit f8f2ab2

Please sign in to comment.