학술논문

Distributed data analysis with ROOT RDataFrame.
Document Type
Article
Source
EPJ Web of Conferences. 11/16/2020, Vol. 245, p1-7. 7p.
Subject
*DISTRIBUTED computing
*PYTHON programming language
*DEBUGGING
*COMPUTER software development
*DATA analysis
Language
ISSN
2101-6275
Abstract
Widespread distributed processing of big datasets has been around for more than a decade now thanks to Hadoop, but only recently higher-level abstractions have been proposed for programmers to easily operate on those datasets, e.g. Spark. ROOT has joined that trend with its RDataFrame tool for declarative analysis, which currently supports local multi-threaded parallelisation. However, RDataFrame's programming model is general enough to accommodate multiple implementations or backends: users could write their code once and execute it as-is locally or distributedly, just by selecting the corresponding backend. This abstract introduces PyRDF, a new python library developed on top of RDataFrame to seamlessly switch from local to distributed environments with no changes in the application code. In addition, PyRDF has been integrated with a service for web-based analysis, SWAN, where users can dynamically plug in new resources, as well as write, execute, monitor and debug distributed applications via an intuitive interface. [ABSTRACT FROM AUTHOR]