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
- Host: GitHub
- URL: https://github.com/onecricketeer/spark-sandbox
- Owner: OneCricketeer
- Created: 2018-11-04T04:09:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T17:42:44.000Z (about 5 years ago)
- Last Synced: 2025-01-21T09:11:35.336Z (4 months 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 workExample Applications
- `WordCount`
## Installation
```sh
brew install java gradle
./gradlew clean build
```## Running
*TODO*: copy from `mapreduce-sandbox` Gradle files to run applications.