Skip to content

arekgotfryd/Setting-up-Spark-with-Maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting-up-Spark-with-Maven

  1. Clone repository and cd to main my-app directory to execute maven.
    mvn compile assembly:single

  2. After that new jar file will pop up in the target directory.

  3. Execute program with below command:
    java -cp target\my-app-1.0-jar-with-dependencies.jar Main

We can check if server runs by pasting below url to the browser
http://localhost:4567/hello

About

First Spark tutorial solution with explanation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages