Apache Spark Pair Rdd
Programmers Quickie - Podcast tekijän mukaan Software Engineering

Kategoriat:
Apache Spark Paired RDDs are defined as RDDs containing the key-value pair(KVP), which consists of two linked data item in it. So, In most cases, the key is an identifier, and the value is data corresponding to the key value. Furthermore, Apache Spark operations work on RDDs that contain any objects.