https://github.com/onecricketeer/spark-sandbox
Sandbox for Apache Spark work
https://github.com/onecricketeer/spark-sandbox
apache-spark sandbox-development
Last synced: 22 days ago
JSON representation
Sandbox for Apache Spark work
- Host: GitHub
- URL: https://github.com/onecricketeer/spark-sandbox
- Owner: OneCricketeer
- Created: 2018-11-04T04:09:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T17:42:44.000Z (about 6 years ago)
- Last Synced: 2025-03-14T15:49:18.585Z (about 1 year ago)
- Topics: apache-spark, sandbox-development
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.