2 blog posts tagged Scala

JUN
27
2015
Development3 minutes
Time window events with Apache Spark Streaming
If you’re working with Spark Streaming, you might run into an interesting problem if you want to output an event based on multiple messages within a specific time period.

DEC
11
2014
Development3 minutes
Sequence averages in Scala
I’ve been learning Scala and decided to put together a C# to Scala cheat sheet. All is going pretty well but then I got stuck on the equivalent of Average.