The first release of ReactiveInflux developed at Pygmalios – a non-blocking driver for both Scala and Java featuring immutability, testability and extensibility. Comming with a support for Apache Spark it is the weapon of choice.
Using Spark context in a class contructor can cause serialization issues. Move the logic and variables to a member method to avoid some of these problems.
I wrote a shell script to control Play framework applications packaged using built-in command dist. Applications packaged this way are zipped standalone […]