I am comparing Apache Storm and Apache Spark streaming for choosing a distributed realtime computation system. There are already lots of discussion giving comparisons between these two technologies for instance stackoverflow.com/questions/24119897/apache-spark-vs-apache-storm/ . I am considering to choose Apache Storm because it is faster. However, I can't find if Apache Storm has machine learning libraries like with Apache Spark. Indeed, I want to do online machine learning and this is an important requirement.
Regards,
Yassir