Skip to content
Snippets Groups Projects
Commit a5999f0b authored by Priya Ashok's avatar Priya Ashok
Browse files

Update assignment.py

parent 7527d2ab
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ for x in task4_result.takeOrdered(10):
#### Task 5
print "=========================== Task 5"
task5_result = task5(amazonBipartiteRDD)
print task5_result.take(5)
print task5_result.takeOrdered(5)
#### Task 6
print "=========================== Task 6"
......
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