Skip to content
Snippets Groups Projects
Commit 845e5c1d authored by Zhichao's avatar Zhichao
Browse files

remove utf-8

parent 41baeeb9
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ if taskno == 4 or taskno == -1:
print "=========================== Task 4"
task4_result = task4(logsRDD)
for x in task4_result.takeOrdered(100):
print x.encode('utf-8')
print x
if taskno == 5 or taskno == -1:
#### Task 5
......
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