0.1.4 • Published 6 years ago

spark-monitor v0.1.4

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

Screenshot - Session list

Session creation

Screenshot - Create session

Session detail

Screenshot - Session

Statement execution

Screenshot - Run statement

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.

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago