Spark Streaming – Reading data from TCP Socket
Using Spark streaming we will see a working example of how to read data from TCP Socket, process it and write output to console. Spark uses readStream() to read and…
1 Comment
March 16, 2019
Using Spark streaming we will see a working example of how to read data from TCP Socket, process it and write output to console. Spark uses readStream() to read and…
This article describes and provides an example of how to continuously stream or read a JSON file source from a folder, process it and write the data to another source