This document summarizes a research project that develops a tool to cluster and visualize Internet outage events from log data using time-series analysis. The tool uses a MapReduce algorithm that runs in O(n log n) time to cluster outage blocks based on their start and end times. The data is partitioned into bins and processed in parallel on Hadoop. An evaluation shows that smaller bin sizes help reduce the maximum number of blocks in each bin, improving the tool's ability to handle bursts of outage events.