𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

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
356
Edition
1
Category
Library

⬇  Acquire This Volume

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


High Performance Spark: Best Practices f
✍ Holden Karau, Rachel Warren πŸ“‚ Library πŸ“… 2017 πŸ› O’Reilly Media 🌐 English

<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 f
✍ Karau, Holden;Warren, Rachel πŸ“‚ Library πŸ“… 2017 πŸ› O'Reilly Media 🌐 English

<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

High Performance Spark: Best practices f
✍ Holden Karau, Rachel Warren πŸ“‚ Library πŸ“… 2016 πŸ› O'Reilly Media 🌐 English

If you've successfully used Apache Spark to solve medium sized-problems, but still struggle to realize the &quot;Spark promise&quot; 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

Practical Apache Spark: Using the Scala
✍ Subhashini Chellappan, Dharanitharan Ganesan πŸ“‚ Library πŸ“… 2019 πŸ› Apress 🌐 English

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