https://github.com/deric/spark-word-count
Simple Spark demo
https://github.com/deric/spark-word-count
Last synced: about 1 year ago
JSON representation
Simple Spark demo
- Host: GitHub
- URL: https://github.com/deric/spark-word-count
- Owner: deric
- Created: 2014-05-15T13:41:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T12:51:19.000Z (about 12 years ago)
- Last Synced: 2025-03-21T15:12:30.253Z (about 1 year ago)
- Language: Java
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spark Word Count
## how to build
Spark version 0.9 is already on Maven central, so modify the `pom.xml`
to match the latest version, e.g.
```xml
org.apache.spark
spark-core_2.10
0.9.1
```
and run:
```
$ mvn package
```
For Spark 1.0 you can add the jar to your local Maven repository e.g.:
```
./add-mvn-pkg /usr/share/spark/lib/spark-assembly-1.0.0-hadoop1.0.4.jar
```