How to join spark rdd using between join?

Viewed 20

I want to join two rdd's using a between join using a column _id and with a timestamp column

can you tell me how I an achieve it using spark?

0 Answers
Related