spark-monitor
v0.1.4
Published
A friendly user interface for monitoring Apache Spark
Downloads
5
Readme
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
$ 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.