Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 393 Bytes

Big data examples

Usage

To build and install to local Maven repository, use mvn install

Examples

Spark

Spark wordcount

The input path and the output path is specified through input params.

Spark streaming

Input is consumed from socket 9999, with tools like nc. nc -kl 9999

Storm

Storm Twitter

Please condider using your own twitter credentials.