<div><p>Apache Spark is amazing when everything clicks. But if you havenβt seen the performance improvements you expected, or still donβt feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to
High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark
β Scribed by Holden Karau, Rachel Warren
- Publisher
- OβReilly Media
- Year
- 2017
- Tongue
- English
- Leaves
- 358
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Apache Spark is amazing when everything clicks. But if you havenβt seen the performance improvements you expected, or still donβt feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger data sizes, while using fewer resources.
Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and developer hours. Not only will you gain a more comprehensive understanding of Spark, youβll also learn how to make it sing.
With this book, youβll explore:
- How Spark SQLβs new interfaces improve performance over SQLβs RDD data structure
- The choice between data joins in Core Spark and Spark SQL
- Techniques for getting the most out of standard RDD transformations
- How to work around performance issues in Sparkβs key/value pair paradigm
- Writing high-performance Spark code without Scala or the JVM
- How to test for functionality and performance when applying suggested improvements
- Using Spark MLlib and Spark ML machine learning libraries
- Sparkβs Streaming components and external community packages
β¦ Subjects
Data Mining;Databases & Big Data;Computers & Technology;Data Warehousing;Databases & Big Data;Computers & Technology;Data Processing;Databases & Big Data;Computers & Technology;Internet, Groupware, & Telecommunications;Networking & Cloud Computing;Computers & Technology;Software Development;Software Design, Testing & Engineering;Programming;Computers & Technology;Databases;Software;Computers & Technology;Enterprise Applications;Software;Computers & Technology;Programming;ActiveX;ASP.NET;Cold Fus
π SIMILAR VOLUMES
<p>Apache Spark is amazing when everything clicks. But if you haven't seen the performance improvements you expected, or still don't feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help
If you've successfully used Apache Spark to solve medium sized-problems, but still struggle to realize the "Spark promise" of unparalleled performance on big data, this book is for you. High Performance Spark shows you how take advantage of Spark at scale, so you can grow beyond the novice
Work with Apache Spark using Scala to deploy and set up single-node, multi-node, and high-availability clusters. This book discusses various components of Spark such as Spark Core, DataFrames, Datasets and SQL, Spark Streaming, Spark MLib, and R on Spark with the help of practical code snippets for