Avatar Gurdit Singh

Technical Blog

Home About

© 2025.

Newer

Sparks RDD is Invariant, Write generic types to make it Covariant

24 Jul 2019
Apache Spark is a library that let you write code, that will be executed in a distributed fashion, as a simple single-threaded program. Spark will make the dirty job for you: it will distribute the code and the execution, manage remote objects for you, optimize the algorithm for you. More …