Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 563 Bytes

File metadata and controls

16 lines (12 loc) · 563 Bytes

Spark Quickstart

A barebones seed repository for starting Spark Java micro framework projects.

mvn package
java -cp target/spark-quickstart-1.0-SNAPSHOT-jar-with-dependencies.jar com.quickstart.app.App

Go to http://localhost:4567/hello to see the "Hello World" message.

Resources

http://www.oracle.com/technetwork/java/javase/downloads/index.html
http://sparkjava.com/tutorials/maven-setup
https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
https://maven.apache.org/plugins/maven-assembly-plugin/usage.html