spark-monitor
Version:
A friendly user interface for monitoring Apache Spark
48 lines (30 loc) • 1.33 kB
Markdown
# Spark Monitor
A friendly monitoring tool for Apache Spark.
## Features
- Show list of all sessions
- Create / Kill session
- Create, Edit and Store multiple session configs with built-in editor
- Show session detail
- Show visual progress for each statement
- Create, Edit, Store multiple statements with built-in editor
- Cancel running statement
## Screenshots
### Session list

### Session creation

### Session detail

### Statement execution

## Usage
**Requirements**
Spark Monitor requires Apache Livy Web API to communicate with Apache Spark.
Make sure that the Livy has been launched before trying this tool.
**Install & Start**
```bash
$ npm install spark-monitor -g
$ spark-monitor --port 9889 --livy-host localhost --livy-port 8998
Now Spark Monitor is serving on port 9889.
```
Then open http://localhost:9889 to get started.