ÉV VÉGI AKCIÓK - jelentkezzen most tanfolyamainkra kedvezménnyel!

Apache Spark and Scala Course Training

ASSC-HV
6 nap
737 590 Ft + ÁFA
tanfolyamkezdési időpontok:
Jelentkezem!
oktatók:

A tanfolyamról

In this era of Artificial intelligence, machine learning, and data science, algorithms that run on Distributed Iterative computation make the task of distributing and computing huge volumes of data easy.  Spark is a lightning fast, in-memory, cluster computing framework that can be used for a variety of purposes. This JVM based open source framework can be used for processing and analyzing huge volumes of data and at the same time can be used to distribute data over a cluster of machines.  It is designed in such a way that it can perform batch and stream processing and hence is known as a cluster computing platform. Scala is the language in which Spark is developed.

Individual Benefits:
Learn Apache Spark to have increased access to Big Data
There’s a huge demand for Spark Developers across organizations
With an Apache Spark with Scala certification, you will earn a minimum salary of $100,000. 
As Apache Spark is deployed by every industry to extract huge volumes of data, you get an opportunity to be in demand across various industries
Organization Benefits:
It supports multiple languages like Java, R, Scala, Python
Easier integration with Hadoop as Spark is built on the Hadoop Distributed File System
It enables faster  processing of data streams in real-time with accuracy
Spark code can be used for batch processing, join stream against historical data, and run ad-hoc queries on stream state

WHAT YOU WILL LEARN

  • Big Data Introduction
    Understand Big Data, its components and the frameworks, Hadoop Cluster architecture and its modes.
  • Introduction on Scala
    Understand Scala programming, its implementation, basic constructs required for Apache Spark.
  • Spark Introduction
    Gain an understanding of the concepts of Apache Spark and learn how to develop Spark applications.
  • Spark Framework & Methodologies
    Master the concepts of the Apache Spark framework and its associated deployment methodologies.
  • Spark Data Structure
    Learn Spark Internals RDD and use of Spark’s API and Scala functions to create and transform RDDs.
  • Spark Ecosystem
    Master the RDD and various Combiners, SparkSQL, Spark Context, Spark Streaming, MLlib, and GraphX.

Who should attend the course

  • Data Scientists
  • Data Engineers
  • Data Analysts
  • BI Professionals
  • Research professionals
  • Software Architects
  • Software Developers
  • Testing Professionals
  • Anyone who is looking to upgrade Big Data skills

We provide the course in English.

 

 

Tematika

Curriculum

1 Introduction to Big Data Hadoop and Spark
Learning Objectives:
Understand Big Data and its components such as HDFS. You will learn about the Hadoop Cluster Architecture. You will also get an introduction to Spark and the difference between batch processing and real-time processing.

Topics:

  • What is Big Data?
  • Big Data Customer Scenarios
  • What is Hadoop?
  • Hadoop’s Key Characteristics
  • Hadoop Ecosystem and HDFS
  • Hadoop Core Components
  • Rack Awareness and Block Replication
  • YARN and its Advantage
  • Hadoop Cluster and its Architecture
  • Hadoop: Different Cluster Modes
  • Big Data Analytics with Batch & Real-time Processing
  • Why Spark is needed?
  • What is Spark?
  • How Spark differs from other frameworks?

Hands-on:
Scala REPL Detailed Demo.

2 Introduction to Scala
Learning Objectives:
Learn the basics of Scala that are required for programming Spark applications. Also learn about the basic constructs of Scala such as variable types, control structures, collections such as Array, ArrayBuffer, Map, Lists, and many more.

Topics:

  • What is Scala?
  • Why Scala for Spark?                 
  • Scala in other Frameworks                      
  • Introduction to Scala REPL                       
  • Basic Scala Operations              
  • Variable Types in Scala              
  • Control Structures in Scala                      
  • Foreach loop, Functions and Procedures                          
  • Collections in Scala- Array                        
  • ArrayBuffer, Map, Tuples, Lists, and more       

Hands-on:
Scala REPL Detailed Demo

3 Object Oriented Scala and Functional Programming Concepts
Learning Objectives:
Learn about object-oriented programming and functional programming techniques in Scala.

Topics:

  • Variables in Scala
  • Methods, classes, and objects in Scala              
  • Packages and package objects              
  • Traits and trait linearization                    
  • Java Interoperability                  
  • Introduction to functional programming                           
  • Functional Scala for the data scientists              
  • Why functional programming and Scala are important for learning Spark?
  • Pure functions and higher-order functions                      
  • Using higher-order functions                 
  • Error handling in functional Scala                          
  • Functional programming and data mutability  

Hands-on: 
OOPs Concepts- Functional Programming

4 Collection APIs
Learning Objectives:
Learn about the Scala collection APIs, types and hierarchies. Also, learn about performance characteristics.

Topics:

  • Scala collection APIs
  • Types and hierarchies               
  • Performance characteristics                   
  • Java interoperability                  
  • Using Scala implicits

5 Introduction to Spark
Learning Objectives:
Understand Apache Spark and learn how to develop Spark applications.

Topics:

  • Introduction to data analytics
  • Introduction to big data                           
  • Distributed computing using Apache Hadoop                 
  • Introducing Apache Spark                       
  • Apache Spark installation                        
  • Spark Applications                      
  • The back bone of Spark – RDD              
  • Loading Data                 
  • What is Lambda                           
  • Using the Spark shell                 
  • Actions and Transformations                 
  • Associative Property                 
  • Implant on Data                           
  • Persistence                   
  • Caching                           
  • Loading and Saving data              

Hands-on:

  • Building and Running Spark Applications
  • Spark Application Web UI
  • Configuring Spark Properties

6 Operations of RDD
Learning Objectives:
Get an insight of Spark - RDDs and other RDD related manipulations for implementing business logic (Transformations, Actions, and Functions performed on RDD).

Topics:

  • Challenges in Existing Computing Methods
  • Probable Solution & How RDD Solves the Problem                      
  • What is RDD, Its Operations, Transformations & Actions                          
  • Data Loading and Saving Through RDDs             
  • Key-Value Pair RDDs                  
  • Other Pair RDDs, Two Pair RDDs                           
  • RDD Lineage                  
  • RDD Persistence                          
  • WordCount Program Using RDD Concepts                       
  • RDD Partitioning & How It Helps Achieve Parallelization             
  • Passing Functions to Spark          

Hands-on:

  • Loading data in RDD
  • Saving data through RDDs
  • RDD Transformations
  • RDD Actions and Functions
  • DD Partitions
  • WordCount through RDDs

7 DataFrames and Spark SQL
Learning Objectives:
Learn about SparkSQL which is used to process structured data with SQL queries, data-frames and datasets in Spark SQL along with different kinds of SQL operations performed on the data-frames. Also, learn about the Spark and Hive integration.

Topics:

  • Need for Spark SQL
  • What is Spark SQL?                     
  • Spark SQL Architecture             
  • SQL Context in Spark SQL                        
  • User Defined Functions                           
  • Data Frames & Datasets                           
  • Interoperating with RDDs                        
  • JSON and Parquet File Formats             
  • Loading Data through Different Sources                           
  • Spark – Hive Integration      

Hands-on:

  • Spark SQL – Creating Data Frames
  • Loading and Transforming Data through Different Sources
  • Spark-Hive Integration

8 Machine learning using MLlib
Learning Objectives:
Learn why machine learning is needed, different Machine Learning techniques/algorithms, and SparK MLlib.

Topics:

  • Why Machine Learning?
  • What is Machine Learning?                     
  • Where Machine Learning is Used?                      
  • Different Types of Machine Learning Techniques                         
  • Introduction to MLlib                
  • Features of MLlib and MLlib Tools                       
  • Various ML algorithms supported by MLlib                      
  • Optimization Techniques

9 Using Spark MLlib
Learning Objectives:
Implement various algorithms supported by MLlib such as Linear Regression, Decision Tree, Random Forest and so on

Topics:

  • Supervised Learning - Linear Regression, Logistic Regression, Decision Tree, Random Forest
  • Unsupervised Learning - K-Means Clustering

Hands-on:

  • Machine Learning MLlib
  • K- Means Clustering
  • Linear Regression
  • Logistic Regression
  • Decision Tree
  • Random Forest

10 Streaming with Kafka and Flume
Learning Objectives:
Understand Kafka and its Architecture. Also, learn about Kafka Cluster, how to configure different types of Kafka Clusters. Get introduced to Apache Flume, its architecture and how it is integrated with Apache Kafka for event processing. At the end, learn how to ingest streaming data using flume.

Topics:

  • Need for Kafka
  • What is Kafka?             
  • Core Concepts of Kafka            
  • Kafka Architecture                     
  • Where is Kafka Used?               
  • Understanding the Components of Kafka Cluster                        
  • Configuring Kafka Cluster                        
  • Kafka Producer and Consumer Java API            
  • Need of Apache Flume            
  • What is Apache Flume?            
  • Basic Flume Architecture                         
  • Flume Sources             
  • Flume Sinks                   
  • Flume Channels                           
  • Flume Configuration                  
  • Integrating Apache Flume and Apache Kafka    

Hands-on:

  • Configuring Single Node Single Broker Cluster
  • Configuring Single Node Multi Broker Cluster
  • Producing and consuming messages
  • Flume Commands
  • Setting up Flume Agent

11 Apache Spark Streaming
Learning Objectives:
Learn about the different streaming data sources such as Kafka and Flume. Also, learn to create a Spark streaming application.

Topics:

  • Apache Spark Streaming: Data Sources
  • Streaming Data Source Overview                        
  • Apache Flume and Apache Kafka Data Sources    

Hands-on:
Perform Twitter Sentimental Analysis Using Spark Streaming

12 Spark GraphX Programming
Learning Objectives:
Learn the key concepts of Spark GraphX programming and operations along with different GraphX algorithms and their implementations.

Topics:

  • A brief introduction to graph theory
  • GraphX            
  • VertexRDD and EdgeRDD                        
  • Graph operators                         
  • Pregel API                      
  • PageRank

Kinek ajánljuk

Előfeltételek

Prerequisites
Although you don't have to meet any prerequisites to take up Apache Spark and Scala certification training, having familiarity with Python/Java or Scala programming will be beneficial. Other than this, you should possess:

  • Basic understanding of SQL, any database, and query language for databases.
  • It is not mandatory, but helpful for you to have working knowledge of Linux or Unix-based systems.
  • Also, it is recommended to have a certification training on Big Data Hadoop Development.

Kapcsolódó tanfolyamok



Ajánlja másoknak is!