Skip to content
Snippets Groups Projects
Commit cd8bb6b3 authored by Marco Joseph Jacques Vögeli's avatar Marco Joseph Jacques Vögeli
Browse files

Updated Q1.2 part 1 exercise-7.md

parent fc9a90a2
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ To optimize its revenue, WRC decided to do a proactive outreach to such clients ...@@ -54,7 +54,7 @@ To optimize its revenue, WRC decided to do a proactive outreach to such clients
### Part 1 ### Part 1
Compute an RDD of client's full names whose latest contract is older than 10 years old. Compute an RDD of client's full names whose oldest contract is older than 10 years old.
```scala ```scala
val upsellClientNames: RDD[String] = ??? val upsellClientNames: RDD[String] = ???
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment