Book Image

Advanced Analytics and Real-Time Data Processing in Apache Spark [Video]

By : Tomasz Lelek
Book Image

Advanced Analytics and Real-Time Data Processing in Apache Spark [Video]

By: Tomasz Lelek

Overview of this book

<p><span id="description" class="sugar_field">This comprehensive tutorial will acquaint you with all the aspects of real-time analytics with Apache Spark, one of the trending Big Data processing frameworks on the market today. It will show you how to leverage the features of various components of the Spark framework to efficiently process, analyze, and visualize your data.</span></p> <p><span id="description" class="sugar_field">You will learn how to implement the high velocity streaming operation for data processing in order to perform efficient analytics on your real-time data. You’ll analyze data using machine learning techniques and graphs. You’ll learn about Spark Streaming and create real-world streaming processing that address all the problems that need to be solved. You’ll solve problems using Machine Learning techniques and find out about all the tools available in the MLlibtoolkit. You’ll find out how to leverage Graphs to solve real-world problems.</span></p> <p><span id="description" class="sugar_field">At the end of this video, you’ll also see some useful Machine Learning algorithms with the help of Spark MLlib and will integrate Spark with R. We’ll also make sure you’re confident and prepared for graph processing, as you’ll learn more about the GraphX API. By the end, you’ll be well-versed in the aspects of real-time analytics and implement them with Apache Spark.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">Filled with hands-on examples, this course will help you perform data analysis and take you from an intermediate level to an advanced approach to data analytics. You will perform graph analysis, handling high velocity streaming with some analytical use cases.</span></span></p>
Table of Contents (7 chapters)
Chapter 5
Performing Spark GraphX Operations
Content Locked
Section 4
Caching and Uncaching
In this video, we will optimize graph by using caching. - Test code without caching - Test code with caching