January 2019
Beginner to intermediate
154 pages
4h 31m
English
An RDD is a compile-time type-safe. That means, in the case of Scala and Java, if an operation is performed on the RDD that is not applicable to the underlying data type, then Spark will give a compile time error. This can avoid failures in production.
There are some drawbacks of using RDDs though:
Read now
Unlock full access