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

Big Data and Hadoop Training Course

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

A tanfolyamról

At the crux of data analysis is the ability to decipher raw data, process it and arrive at meaningful and actionable insights that can shape business strategies. According to the latest research, nearly 2.5 quintillion bytes of data is created every day, and the number is slowly edging upwards. The storage and processing power needed to handle these large volumes of data cannot be handled in an efficient manner with traditional frameworks and platforms. So, there arose a need to explore distributed storages and parallel processing operations in order to understand and make sense of these large volumes of data or big data. Hadoop by Apache provides the much-needed power that is required to manage such situations to handle Big Data.

Benefits 
With most businesses facing a data deluge, the Hadoop platform helps in processing these large volumes of data in a rapid manner, thereby offering numerous benefits at both the organization and individual level.

Individual Benefits:

  • Enhance your career opportunities as more organizations work with big data
  • Professionals with good knowledge and skills in Hadoop are in demand across various industries
  • Improve your salary with a new skill-set. 

Organizational Benefits:

  • Relative to other traditional solutions, Hadoop is quite cost-effective because of its seamless scaling capabilities across large volumes of data
  • Expedited access to new data sources which allows an organization to reach its full potential
  • Boosts the security of your system as Hadoop boasts of a feature called HBase security
  • Hadoop enables organizations to run applications on thousands of nodes

What you will learn

  • Learn the fundamentals
    Understand what Big Data is and gain in-depth knowledge of Big Data Analytics concepts and tools.
  • Efficient data extraction
    Learn to Process large data sets with Big Data tools to extract information from disparate sources.
  • MapReduce
    Learn about MapReduce, Hadoop Distributed File System (HDFS), YARN, and how to write MapReduce code.
  • Debugging techniques
    Learn best practices and considerations for Hadoop development as well as debugging techniques.
  • Hadoop frameworks
    Learn how to use Hadoop frameworks like ApachePig™, ApacheHive™, Sqoop, Flume, among other projects.
  • Real-world analytics
    Perform real-world analytics by learning advanced Hadoop API topics with an e-courseware.

Who should attend

  • Data Architects
  • Data Scientists
  • Developers
  • Data Analysts
  • BI Analysts
  • BI Developers
  • SAS Developers
  • Others who analyze Big Data in Hadoop environment
  • Consultants who are actively involved in a Hadoop Project
  • Java software engineers who develop Java MapReduce applications for Hadoop 2.0.

After completing our course, you will be able to understand:

  • What is Big Data, its need and applications in business
  • The tools used to extract value from Big data
  • The basics of Hadoop including fundamentals of HDFs and MapReduce
  • Navigating the Hadoop Ecosystem
  • Using various tools and techniques to analyse Big Data
  • Extracting data using Pig and Hive
  • How to increase sustainability and flexibility across the organization’s data sets
  • Developing Big Data strategies for promoting business intelligence

We provide the cours in English.

Tematika

Curriculum

1 Introduction to Big Data and Hadoop
Learning objectives:
This module will introduce you to the various concepts of big data analytics, and the seven Vs of big data—Volume, Velocity, Veracity, Variety, Value, Vision, and Visualization. Explore big data concepts, platforms, analytics, and their applications using the power of Hadoop 3.

Topics:

  • Understanding Big Data
  • Types of Big Data
  • Difference between Traditional Data and Big Data
  • Introduction to Hadoop
  • Distributed Data Storage In Hadoop, HDFS and Hbase
  • Hadoop Data processing Analyzing Services MapReduce and spark, Hive Pig and Storm
  • Data Integration Tools in Hadoop
  • Resource Management and cluster management Services

2 Big Data Ecosystem
Learning Objectives:
Here you will learn the features in Hadoop 3.x and how it improves reliability and performance. Also, get introduced to MapReduce Framework and know the difference between MapReduce and YARN.

Topics:

  • Need of Hadoop in Big Data
  • Understanding Hadoop And Its Architecture
  • The MapReduce Framework
  • What is YARN?
  • Understanding Big Data Components
  • Monitoring, Management and Orchestration Components of Hadoop Ecosystem
  • Different Distributions of Hadoop
  • Installing Hadoop 3

Hands-on:
Install Hadoop 3.x

3 Hadoop Cluster Configuration
Learning Objectives:
Learn to install and configure a Hadoop Cluster.

Topics:

  • Hortonworks sandbox installation & configuration
  • Hadoop Configuration files
  • Working with Hadoop services using Ambari
  • Hadoop Daemons
  • Browsing Hadoop UI consoles
  • Basic Hadoop Shell commands
  • Eclipse & winscp installation & configurations on VM

Hands-on:
Install and configure eclipse on VM

4 Big Data Processing with MapReduce
Learning Objectives:
Learn about various components of the MapReduce framework, and the various patterns in the MapReduce paradigm, which can be used to design and develop MapReduce code to meet specific objectives.

Topics:

  • Running a MapReduce application in MR2
  • MapReduce Framework on YARN
  • Fault tolerance in YARN
  • Map, Reduce & Shuffle phases
  • Understanding Mapper, Reducer & Driver classes
  • Writing MapReduce WordCount program
  • Executing & monitoring a Map Reduce job

Hands-on:
Use case - Sales calculation using M/R

5 Batch Analytics with Apache Spark
Learning Objectives:
Learn about Apache Spark and how to use it for big data analytics based on a batch processing model. Get to know the origin of DataFrames and how Spark SQL provides the SQL interface on top of DataFrame.

Topics:

  • SparkSQL and DataFrames
  • DataFrames and the SQL API
  • DataFrame schema
  • Datasets and encoders
  • Loading and saving data
  • Aggregations
  • Joins

Hands-on:
Look at various APIs to create and manipulate DataFrames and dig deeper into the sophisticated features of aggregations, including groupBy, Window, rollup, and cubes. Also look at the concept of joining datasets and the various types of joins possible such as inner, outer, cross, and so on

6 Real Time Analytics with Apache Spark
Learning Objectives:
Understand the concepts of the stream-processing system, Spark Streaming, DStreams in Apache Spark, DStreams, DAG and DStream lineages, and transformations and actions.

Topics:

  • A short introduction to streaming
  • Spark Streaming
  • Discretized Streams
  • Stateful and stateless transformations
  • Checkpointing
  • Operating with other streaming platforms (such as Apache Kafka)
  • Structured Streaming

Hands-on: Process Twitter tweets using Spark Streaming

7 Analysis using Pig
Learning Objectives:
Learn to simplify Hadoop programming to create complex end-to-end Enterprise Big Data solutions with Pig.

Topics:

  • Background of Pig
  • Pig architecture
  • Pig Latin basics
  • Pig execution modes
  • Pig processing – loading and transforming data
  • Pig built-in functions
  • Filtering, grouping, sorting data
  • Relational join operators
  • Pig Scripting
  • Pig UDF's

8 Analysis using Hive Data Warehousing Infrastructure
Learning Objectives:
Learn about the tools to enable easy data ETL, a mechanism to put structures on the data, and the capability for querying and analysis of large data sets stored in Hadoop files.

Topics:

  • Background of Hive
  • Hive architecture
  • Hive Query Language
  • Derby to MySQL database
  • Managed & external tables
  • Data processing – loading data into tables
  • Hive Query Language
  • Using Hive built-in functions
  • Partitioning data using Hive
  • Bucketing data
  • Hive Scripting
  • Using Hive UDF's

9 Working with HBase
Learning Objectives:
Look at demos on HBase Bulk Loading & HBase Filters. Also learn what Zookeeper is all about, how it helps in monitoring a cluster & why HBase uses Zookeeper.

Topics:      

  • HBase overview
  • Data model
  • HBase architecture
  • HBase shell
  • Zookeeper & its role in HBase environment
  • HBase Shell environment
  • Creating table
  • Creating column families
  • CLI commands – get, put, delete & scan
  • Scan Filter operations

10 Importing and Exporting Data using Sqoop
Learning Objectives:
Learn how to import and export data between RDBMS and HDFS.

Topics:

  • Importing data from RDBMS to HDFS
  • Exporting data from HDFS to RDBMS
  • Importing & exporting data between RDBMS & Hive tables

11 Oozie Workflow Management and Using Flume for Analyzing Streaming Data
Learning Objectives:
Understand how multiple Hadoop ecosystem components work together to solve Big Data problems. This module will also cover Flume demo, Apache Oozie Workflow Scheduler for Hadoop Jobs.

Topics:

  • Overview of Oozie
  • Oozie Workflow Architecture
  • Creating workflows with Oozie
  • Introduction to Flume
  • Flume Architecture
  • Flume Demo

12 Visualizing Big Data
Learning Objectives:
Learn to constantly make sense of data and manipulate its usage and interpretation; it is easier if we can visualize the data instead of reading it from tables, columns, or text files. We tend to understand anything graphical better than anything textual or numerical.

Topics:

  • Introduction
  • Tableau
  • Chart types
  • Data visualization tools

Hands-on:
Use Data Visualization tools to create a powerful visualization of data and insights.

13 Introducing Cloud Computing
Learning Objectives:
Learn a simple way to access servers, storage, databases, and a broad set of application services over the internet.

Topics:

  • Cloud computing basics
  • Concepts and terminology
  • Goals and benefits
  • Risks and challenges
  • Roles and boundaries
  • Cloud characteristics
  • Cloud delivery models
  • Cloud deployment models

Hands-on:
Implement Cloud computing and deploy models.

Kinek ajánljuk

Előfeltételek

Prerequisites

Before undertaking a Big Data and Hadoop course, a candidate is recommended to have a basic knowledge of programming languages like Python, Scala, Java and a better understanding of SQL and RDBMS.

Kapcsolódó tanfolyamok



Ajánlja másoknak is!