Skip to content

jeffsteinmetz/spark-jobserver-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark JobServer Frontend

This is a single page application that can be used to monitor and drive the Spark JobServer.

Usage

The application can be used both inside the JobServer itself, or standalone. In the first case, build the application and deploy it inside spark-jobserver/main/resources/html. If you want to use it from the outside, you will have to patch the JobServer routes to add CORS support.

Build and development

To build the application, you will need node.js, npm, gulp and browserify. First, install the dependencies with

npm install

Then, you can have a development version with live reload with

gulp watch

When you are done, create a production ready version of the JS bundle inside the dist folder:

gulp build

If you want to serve the application directly from the JobServer, you will need to run the following task, that uses different paths:

gulp build-jobserver

License

Apache 2

About

An application to monitor and drive the Spark JobServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published