All examples of Spark Stream programming that I see assume streams of lines that are then tokenised and acted upon (like the WordCount example). How do I process Streams that span multiple lines? Are there examples that I can use?
- How do I Process Streams that span multiple lines? Spark Enthusiast
- Re: How do I Process Streams that span multiple line... Michal Čizmazia
- Re: How do I Process Streams that span multiple ... Michal Čizmazia
- Re: How do I Process Streams that span multiple line... Akhil Das