Skip to content

pretty simple example of apache spark job server which connected with scalatra web server

Notifications You must be signed in to change notification settings

monapasan/apache-spark-job-server-with-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache spark job server with web server

A very simple example of word count job(See example in https://github.com/spark-jobserver/spark-jobserver). Input from a form will launch job WordCountExample. A json response will appear, once job is done.

Build & Run

$ cd apache-spark-job-server-with-web-app
$ ./sbt
> jetty:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.

About

pretty simple example of apache spark job server which connected with scalatra web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published