DCDBLGJan 20, 2021

Neural-based Modeling for Performance Tuning of Spark Data Analytics

arXiv:2101.08167v1
Originality Incremental advance
AI Analysis

This addresses performance tuning for cloud data analytics, which is crucial for enterprise operations, but it is incremental as it applies deep learning to an existing domain-specific bottleneck.

The paper tackles the problem of performance modeling for Spark data analytics in cloud environments, where traditional methods fail due to workload diversity, and introduces a neural-based approach using workload embeddings to predict performance, achieving superior results over a state-of-the-art tool.

Cloud data analytics has become an integral part of enterprise business operations for data-driven insight discovery. Performance modeling of cloud data analytics is crucial for performance tuning and other critical operations in the cloud. Traditional modeling techniques fail to adapt to the high degree of diversity in workloads and system behaviors in this domain. In this paper, we bring recent Deep Learning techniques to bear on the process of automated performance modeling of cloud data analytics, with a focus on Spark data analytics as representative workloads. At the core of our work is the notion of learning workload embeddings (with a set of desired properties) to represent fundamental computational characteristics of different jobs, which enable performance prediction when used together with job configurations that control resource allocation and other system knobs. Our work provides an in-depth study of different modeling choices that suit our requirements. Results of extensive experiments reveal the strengths and limitations of different modeling methods, as well as superior performance of our best performing method over a state-of-the-art modeling tool for cloud analytics.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes