Apache Spark 2.x Cookbook

Apache Spark 2.x Cookbook

RM 83.00

ISBN:

9781787127517

Categories:

Engineering & IT

File Size

16.26 MB

Format

epub

Language

English

Release Year

2017
Favorite (0)

Synopsis

Key FeaturesThis book contains recipes on how to use Apache Spark as a unified compute engineCover how to connect various source systems to Apache SparkCovers various parts of machine learning including supervised/unsupervised learning & recommendation enginesBook DescriptionWhile Apache Spark 1.x gained a lot of traction and adoption in the early years, Spark 2.x delivers notable improvements in the areas of API, schema awareness, Performance, Structured Streaming, and simplifying building blocks to build better, faster, smarter, and more accessible big data applications. This book uncovers all these features in the form of structured recipes to analyze and mature large and complex sets of data.Starting with installing and configuring Apache Spark with various cluster managers, you will learn to set up development environments. Further on, you will be introduced to working with RDDs, DataFrames and Datasets to operate on schema aware data, and real-time streaming with various sources such as Twitter Stream and Apache Kafka. You will also work through recipes on machine learning, including supervised learning, unsupervised learning & recommendation engines in Spark.Last but not least, the final few chapters delve deeper into the concepts of graph processing using GraphX, securing your implementations, cluster optimization, and troubleshooting.What you will learnInstall and configure Apache Spark with various cluster managers & on AWSSet up a development environment for Apache Spark including Databricks Cloud notebookFind out how to operate on data in Spark with schemasGet to grips with real-time streaming analytics using Spark Streaming & Structured StreamingMaster supervised learning and unsupervised learning using MLlibBuild a recommendation engine using MLlibGraph processing using GraphX and GraphFrames librariesDevelop a set of common applications or project types, and solutions that solve complex big data problemsAbout the AuthorRishi Yadav has 19 years of experience in designing and developing enterprise applications. He is an open source software expert and advises American companies on big data and public cloud trends. Rishi was honored as one of Silicon Valleys 40 under 40 in 2014. He earned his bachelors degree from the prestigious Indian Institute of Technology, Delhi, in 1998.About 12 years ago, Rishi started InfoObjects, a company that helps data-driven businesses gain new insights into data. InfoObjects combines the power of open source and big data to solve business challenges for its clients and has a special focus on Apache Spark. The company has been on the Inc. 5000 list of the fastest growing companies for 6 years in a row. InfoObjects has also been named the best place to work in the Bay Area in 2014 and 2015.Rishi is an open source contributor and active blogger.Table of ContentsGetting Started with Apache SparkDeveloping Applications with SparkSpark SQLWorking with External Data SourcesSpark StreamingGetting Started with Machine LearningSupervised Learning with MLlib – RegressionSupervised Learning with MLlib – ClassificationUnsupervised learningRecommendations Using Collaborative FilteringGraph Processing Using GraphX and GraphFramesOptimizations and Performance Tuning