BIG DATA & ANALYTICS – MapReduceGiven the dataset provided:
– Create a MapReduce job to compute the number of times each bike station ran out of bikes. Sort the stations by decreasing number of ran outs.
Note: A bike station is ran out of bikes if:
status == 0 and bikes_available == 0See attached for full description and relevant files.