https://github.com/michaelmior/spark-java-example
:sparkles: Basic Java example for Apache Spark
https://github.com/michaelmior/spark-java-example
Last synced: 2 months ago
JSON representation
:sparkles: Basic Java example for Apache Spark
- Host: GitHub
- URL: https://github.com/michaelmior/spark-java-example
- Owner: michaelmior
- Created: 2020-04-17T13:29:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T13:34:09.000Z (about 5 years ago)
- Last Synced: 2024-12-31T12:47:14.906Z (4 months ago)
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Spark Java example
This is a simple example taken from the Apache Spark code base.
Once you have compiled the program to produce a JAR file, you can run the program as follows:/path/to/spark-submit --class edu.rit.cs.mmior.spark.JavaWordCount /path/to/spark-example-1.0-SNAPSHOT.jar
You should replace the paths above with the path to your Spark installation directory, the compiled JAR file, and the file the word count should be run on.