Day 8 / Apr 13 (Wed)¶
Continuing the journey into the land of Spark Structured Streaming.
Morning Exercise¶
- Create a brand new project in IntelliJ IDEA
- Use
rate
data source as the source - Use
foreach
to write data out- Create a file for the records of a batch
- Open and close the file before and after
process
ing the records
- Run the application from command line using
spark-submit
Theory¶
- Joins
- web UI