Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (55.6k points)

Can anyone explain paired RDD in Spark?

1 Answer

0 votes
by (119k points)

Paired RDD in Spark is an RDD with the distributed collection of objects containing key-value pairs. Paired RDDs is a very powerful data structure because it supports to act on each key operation in parallel or re-group data across the network. There are many transformation operations for paired RDDs also called Paired RDDs operations. We can use transformations on RDD for performing aggregation, grouping, joining, and sorting operations.

If you wish to learn Spark then sign up for this Spark Certification course by Intellipaat.

You can watch this video on RDD tutorial to learn more about paired RDD and paired RDD operations:

Related questions

0 votes
1 answer
0 votes
1 answer
+1 vote
2 answers

Browse Categories

...