Skip to content

Instantly share code, notes, and snippets.

View anilmuppalla's full-sized avatar
👋
show me the code

Anil Muppalla anilmuppalla

👋
show me the code
View GitHub Profile
@krishnanraman
krishnanraman / USPopulation
Last active June 13, 2017 03:47
Goal: Find THE FASTEST GROWING COUNTY IN THE UNITED STATES over the 1969-2011 timeframe.
Goal: Process the 12 million plus records
from: http://seer.cancer.gov/popdata/download.html
using: a Scala API atop Cascading, aka SCALDING ( Inventors: Avi Bryant, Oscar Boykin, Argyris )
to find:
THE FASTEST GROWING COUNTY IN THE UNITED STATES over the 1969-2011 timeframe.
-----------------------------------------------------------------------------
RESULTS: Scroll to the very bottom.
First, the scalding source...
---