June 2017
Beginner to intermediate
296 pages
7h 4m
English
So let's go ahead and run this and see what it does. Go to Canopy Command Prompt in Tools and run spark-submit min-temperatures.py:
The preceding command should chug through this pretty quickly. Here we have it:
The minimum temperature observed in the year 1800 for this weather station ID, ITE00100554, which I think is Paris, was 5.36° F, and for this other place, which I think is Prague, was 7.7° F. There you have it, a minimum temperature script illustrating the use of filters and using key/value RDDs yet again.
In this ...
Read now
Unlock full access