Global warming continued -- AWS mapreduce job
Continuing from latest post, we've seen that sequential execution is not the solution. There's way too many data to process and that would take forever if we keep adding on more yearly observations.
Now in this blog post we'll go through the steps of running previous code in an AWS hadoop cluster.
Scripts are already fit for a mapreduce job, w ...