Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 382 Bytes

Simple wordcount example with apahce spark structured streaming

Usage

Data

  • from netcat utility on linux terminal.

nc -l 9999

netcat session on linux terminal

Run spark job with spark-submit

spark-submit spark-Application.py localhost 9999

spark-streaming-job