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

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

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
```