We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f97906 commit 2ccade4Copy full SHA for 2ccade4
uberstats.py
@@ -27,8 +27,4 @@ def getSqlContextInstance(sparkContext):
27
sum(`trips`) as cnt from uber group by `dispatching_base_number`
28
order by cnt desc""").show()
29
30
- # output = counts.collect()
31
- # for (word, count) in output:
32
- # print("%s: %i" % (word, count))
33
-
34
sc.stop()
0 commit comments