Browsing by Author "Böhm, Wim, advisor"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Open Access Distributed systems in small scale research environments: Hadoop and the EM algorithm(Colorado State University. Libraries, 2011) Remington, Jason Michael, author; Draper, Bruce A. (Bruce Austin), 1962-, advisor; Böhm, Wim, advisor; Burns, Patrick J., committee memberDistributed systems are widely used in large scale high performance computing environments, and often conjure visions of enormous data centers full of thousands of networked machines working together. Smaller research environments may not have access to such a data center, and many jobs in these environments may still take weeks or longer to complete. Systems that work well on hundreds or thousands of machines on Terabyte and larger data sets may not scale down to small environments with a couple dozen machines and gigabyte data sets. This research determines the viability of one such system in a small research environment in order to determine what issues arise when scaling down to such a small environment. Specifically, we use Hadoop to implement the Expectation Maximization algorithm, which is iterative, stateful, inherently parallel, and computationally expensive. We find that the lack of support for modeling data dependencies between records results in large amounts of network traffic, and that the lack of support for iterative Map/Reduce magnifies the overhead on jobs which require multiple iterations. These results expose key issues which need to be addressed for the distributed system to perform well in a small research environment.