Skip to content

Starter project for working with Spring Boot, Java8, and Apache Spark

License

Notifications You must be signed in to change notification settings

sankin/spark-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-starter

This example demonstrate the difference in performance between reduceByKey and groupBy operations when counting simple key-value pairs.

Prerequisites

  • Maven 3
  • Java 8

To Build

mvn clean install

To Run

Maven

mvn spring-boot:run

Java

java -jar target/spark-starter-0.0.1-SNAPSHOT.jar

About

Starter project for working with Spring Boot, Java8, and Apache Spark

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages