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

https://github.com/onecricketeer/spark-sandbox

Sandbox for Apache Spark work
https://github.com/onecricketeer/spark-sandbox

apache-spark sandbox-development

Last synced: 3 months ago
JSON representation

Sandbox for Apache Spark work

Awesome Lists containing this project

README

        

# spark-sandbox
Sandbox for Apache Spark work

Example Applications

- `WordCount`

## Installation

```sh
brew install java gradle
./gradlew clean build
```

## Running

*TODO*: copy from `mapreduce-sandbox` Gradle files to run applications.