Publication | Closed Access
An Exploration of Designing a Hybrid Scale-Up/Out Hadoop Architecture Based on Performance Measurements
36
Citations
24
References
2016
Year
Distributed File SystemCluster ComputingEngineeringComputer ArchitectureParallel StorageMap-reduceScale-up MachinesHybrid Hadoop ArchitectureData ScienceSystems EngineeringBig Data ArchitectureParallel ComputingData ManagementFile SystemsComputer EngineeringWorkload Data StorageComputer SciencePerformance MeasurementsScalable ComputingPerformance ScalabilityEdge ComputingCloud ComputingParallel ProgrammingDistributed Data StoreMassive Data ProcessingBig Data
Scale-up machines perform better for jobs with small and median (KB, MB) data sizes, while scale-out machines perform better for jobs with large (GB, TB) data size. Since a workload usually consists of jobs with different data size levels, we propose building a hybrid Hadoop architecture that includes both scale-up and scale-out machines, which however is not trivial. The first challenge is workload data storage. Thousands of small data size jobs in a workload may overload the limited local disks of scale-up machines. Jobs from scale-up and scale-out machines may both request the same set of data, which leads to data transmission between the machines. The second challenge is to automatically schedule jobs to either scale-up or scale-out cluster to achieve the best performance. We conduct a thorough performance measurement of different applications on scale-up and scale-out clusters, configured with Hadoop Distributed File System (HDFS) and a remote file system (i.e., OFS), respectively. We find that using OFS rather than HDFS can solve the data storage challenge. Also, we identify the factors that determine the performance differences on the scale-up and scale-out clusters and their cross points to make the choice. Accordingly, we design and implement the hybrid scale-up/out Hadoop architecture. Our trace-driven experimental results show that our hybrid architecture outperforms both the traditional Hadoop architecture with HDFS and with OFS in terms of job completion time, throughput and job failure rate.
| Year | Citations | |
|---|---|---|
Page 1
Page 1