Skip to content
Snippets Groups Projects
Commit 41baeeb9 authored by Zhichao's avatar Zhichao
Browse files

fix typo

parent 1d76fa28
No related branches found
No related tags found
No related merge requests found
from pyspark import SparkContext
from correct_functions import *
from functions import *
import re
import sys
......@@ -58,7 +58,7 @@ if taskno == 6 or taskno == -1:
print x
if taskno == 7 or taskno == -1:
#### Task 9
#### Task 7
print "=========================== Task 7"
nobelRDD = sc.textFile("datafiles/prize.json")
task7_result = task7(nobelRDD)
......
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