Skip to content

Commit 2ccade4

Browse files
committed
Remove commented out code
1 parent 3f97906 commit 2ccade4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

uberstats.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@ def getSqlContextInstance(sparkContext):
2727
sum(`trips`) as cnt from uber group by `dispatching_base_number`
2828
order by cnt desc""").show()
2929

30-
# output = counts.collect()
31-
# for (word, count) in output:
32-
# print("%s: %i" % (word, count))
33-
3430
sc.stop()

0 commit comments

Comments
 (0)