Arguing that the current Generative AI trend is a chance for disrupting existing staled eco-systems with free software for the common good...
I've been coding since 2006, during this time I've seen multiple trends \& technologies emerge, rise and fall - nowadays the elephant in the room is the bad press around OOP languages the likes of Jav...
With the introduction in Spark 1.4 of Window operations, you can finally port pretty much any relevant piece of Pandas' Dataframe computation to Apache Spark parallel computation framework using Spark...
With the Apache Spark 1.3 release the Dataframe API for Spark SQL got introduced, for those of you who missed the big announcements, I'd recommend to read the article : [Introducing Dataframes in Spar...
Apache Spark's default serialization relies on Java with the default *readObject(...)* and *writeObject(...)* methods for all **Serializable**classes. This is a very fine default behavior as long as y...
Ever wanted to try out [Apache Spark](https://spark.apache.org/ "Apache Spark") without actually having to install anything ? Well if you've got [Docker](https://www.docker.com/ "Docker"), I've got a....
Many of the concepts of Apache Spark are pretty straightforward and easy to understand, however some lucky few can be badly misunderstood. One of the greatest misunderstanding of all is the fact that....
> [Apache Spark](https://spark.apache.org "Apache Spark") est un moteur de calcul distribué visant à remplacer et fournir des APIs de plus haut niveau pour résoudre simplement des problèmes où Hadoop....
I recently got the occasion of trying out Play 2 in Java and i must say the Play 2 Framwork looks actually really good in Java too. But, of course... there is a but, one of the few things that strike...
After a few hours of searching through the Play 2 documentation, the play-framework google group and other blogs or sources, i finally found this piece of code that i decided to share with you. So if,...