Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrapcodes/spark-templates

One stop shop for Apache spark starter samples.
https://github.com/scrapcodes/spark-templates

apache samples spark

Last synced: about 1 month ago
JSON representation

One stop shop for Apache spark starter samples.

Awesome Lists containing this project

README

        

# Spark templates

One stop shop for all your spark starter codes.

1. [Spark scala template](scala-template)

Uses SBT as the build system and also includes docker files
for publishing to docker repo. More details and how to use the
code sample is available in [README](scala-template/readme.md).

a) [SQL Example](scala-template/src/main/scala/com/github/scrapcodes/scala/template/SparkScalaSQLExample.scala)

b) [Cloud Object Storage Example](scala-template/src/main/scala/com/github/scrapcodes/scala/template/SparkScalaCOSExample.scala)
Works for Cloud object store, e.g.: Amazon S3 or IBM Cloud Object Store.

2. [Spark java template](java-template)

Uses Maven as the build system and also includes docker files for publishing as docker images.
Check out the template specific readme for more information, here: [README](java-template/readme.md)