Skip to content
Snippets Groups Projects
Commit 5ad43cb9 authored by Peter Keleher's avatar Peter Keleher
Browse files

auto

parent f33caf26
No related branches found
No related tags found
No related merge requests found
...@@ -141,15 +141,12 @@ RDDs: ...@@ -141,15 +141,12 @@ RDDs:
* An RDD consisting of JSON documents pertaining to all the Noble Laureates over * An RDD consisting of JSON documents pertaining to all the Noble Laureates over
last few years (`prize.json`) last few years (`prize.json`)
The file also contains some examples of operations on these RDDs. Your tasks are to fill out the six functions defined in
`functions.py` (starting with `task`). The amount of code that you write
Your tasks are to fill out the 5 functions that are defined in the will typically be small (several would be one-liners), with the exception of
`functions.py` file (starting with `task`). The amount of code that you write
would typically be small (several would be one-liners), with the exception of
the last one. the last one.
First 4 tasks are worth 1 point All tasks are worth a single point each.
each, and task 5 is worth 2 points.
- **Task 1**: This function takes as input the amazonInputRDD and calculate the - **Task 1**: This function takes as input the amazonInputRDD and calculate the
proportion of 1.0 rating review out of all reviews made by each customer. The proportion of 1.0 rating review out of all reviews made by each customer. The
......
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