学位论文详细信息
Elf: Efficient lightweight fast stream processing at scale
Stream processing;Compressed buffer tree;Shared reducer tree
Hu, Liting ; Schwan, Karsten Wolf, Matthew Computer Science Silva, Dilma Da Liu, Ling Ramachandran, Umakishore Blough, Douglas M. Eisenhauer, Greg ; Schwan, Karsten
University:Georgia Institute of Technology
Department:Computer Science
关键词: Stream processing;    Compressed buffer tree;    Shared reducer tree;   
Others  :  https://smartech.gatech.edu/bitstream/1853/55576/1/HU-DISSERTATION-2016.pdf
美国|英语
来源: SMARTech Repository
PDF
【 摘 要 】

Large Internet companies like Facebook, Amazon, and Twitter are increasingly recognizing the value of stream data processing, using tools like Flume, Muppet, or Storm to continuously collect and process incoming data in real time to help govern company activities. Applications include monitoring marketing streams for business-critical decisions, identifying spam campaigns from social network streams, datacenter's intrusion detection and troubleshooting, and others. Technical challenges for stream processing include the following: how to scale to numerous, concurrently running streaming jobs, to coordinate across those jobs to share insights, to make online changes to job functions to adapt to new requirements or data characteristics, and for each job, to efficiently operate over different time windows. This dissertation presents a new stream processing model, termed ELF, which addresses these new challenges. ELF proposes a novel decentralized "many masters many workers'' architecture implemented over a set of agents enriching the web tier of datacenter systems. ELF uses a DHT protocol to assign the jobs respective sets of master/workers mapping to the agents of the web tier, where for each job, the live data streams generated by webservers are first divided into mini-batches, then inserted and aggregated as space-efficient compressed buffer trees (CBTs) in local agents' memories. Second, per-batch results are `flushed' from CBTs, to be rolled up and aggregated via shared reducer trees (SRTs), in ways that naturally balance SRT-induced load, reduce processing latencies, and allow online job changes along with cross-job coordination. An ELF prototype implemented and evaluated for a larger scale configuration demonstrates scalability, high per-node throughput, sub-second job latency, and sub-second ability to adjust the actions of jobs being run.

【 预 览 】
附件列表
Files Size Format View
Elf: Efficient lightweight fast stream processing at scale 1540KB PDF download
  文献评价指标  
  下载次数:8次 浏览次数:13次