Title
Matrix computations and optimization in apache spark
Abstract
We describe matrix computations available in the cluster programming framework, Apache Spark. Out of the box, Spark provides abstractions and implementations for distributed matrices and optimization routines using these matrices. When translating single-node algorithms to run on a distributed cluster, we observe that often a simple idea is enough: separating matrix operations from vector operations and shipping the matrix operations to be ran on the cluster, while keeping vector operations local to the driver. In the case of the Singular Value Decomposition, by taking this idea to an extreme, we are able to exploit the computational power of a cluster, while running code written decades ago for a single core. Another example is our Spark port of the popular TFOCS optimization package, originally built for MATLAB, which allows for solving Linear programs as well as a variety of other convex programs. We conclude with a comprehensive set of benchmarks for hardware accelerated matrix computations from the JVM, which is interesting in its own right, as many cluster programming frameworks use the JVM. The contributions described in this paper are already merged into Apache Spark and available on Spark installations by default, and commercially supported by a slew of companies which provide further services.
Year
DOI
Venue
2016
10.1145/2939672.2939675
KDD '16: The 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining San Francisco California USA August, 2016
Keywords
Field
DocType
Distributed Linear Algebra,Matrix Computations,Optimization,Machine Learning,MLlib,Spark
Singular value decomposition,Linear algebra,MATLAB,Scala,Spark (mathematics),Computer science,Matrix (mathematics),Parallel computing,Matrix multiplication,Software framework
Conference
Volume
ISBN
Citations 
14
978-1-4503-4232-2
17
PageRank 
References 
Authors
0.74
9
6
Name
Order
Citations
PageRank
R Bosagh Zadeh1170.74
Xiangrui Meng2108040.90
Alexander Ulanov3659.64
Burak Yavuz429411.39
L Pu5170.74
Shivaram Venkataraman6108263.77