Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

cbtnuggets - Apache Hadoop (Repost)

Posted By: serpmolot
cbtnuggets - Apache Hadoop (Repost)

cbtnuggets - Apache Hadoop (Repost)
English | mp4 | H264 1280x720 | AAC 1 ch | 8 hrs 48 min | 2.01 GB
eLearning

This Apache Hadoop video training with Garth Schulte covers how to install, configure, and manage Hadoop clusters, as well as working with projects in Hadoop such as Pig and HBase.

Related area of expertise:
- Big Data

Recommended skills:
- Familiarity with Ubuntu Linux

Recommended equipment:
- Ubuntu Linux 12.04 LTS operating system

Related certifications:
- None

Related job functions:
- Big Data architects
- Big Data administrators
- Big Data developers
- IT professionals

This course will get you up to speed on Big Data and Hadoop. Topics include how to install, configure and manage a single and multi-node Hadoop cluster, configure and manage HDFS, write MapReduce jobs and work with many of the projects around Hadoop such as Pig, Hive, HBase, Sqoop, and Zookeeper. Topics also include configuring Hadoop in the cloud and troubleshooting a multi-node Hadoop cluster.


1. Hadoop Course Introduction (24 min)
Welcome to Hadoop! This Nugget explains the challenges BIG DATA poses, how Hadoop was designed to solve them, and the value unstructured data can bring to companies of all sectors and sizes. We'll also cover the state of data, how companies use BIG DATA, and a high-level overview of Hadoop and its core technologies.
2. Hadoop Technology Stack (19 min)
The sheer number of technologies around Hadoop is enough to make even the bravest IT souls cringe. This Nugget is here to save the day! We'll cover the core, essential and upcoming Hadoop projects and see what a basic Hadoop implementation looks like.
3. Hadoop Distributed File System (HDFS) (23 min)
This Nugget dives into the architecture and internal workings of HDFS! We'll cover all of the HDFS node types along with their responsibilities in a Hadoop cluster, talk about single and multi-rack cluster topologies, rack awareness, and how HDFS handles block management. We'll also cover some of the major user and administration tools used to interact with HDFS.
4. Introduction to MapReduce (25 min)
The world of distributed data processing and programming starts here! This Nugget begins by covering Hadoop's MapReduce architecture to see how the JobTracker and TaskTracker work together to serve up data stored across a cluster. We'll also cover MapReduce's internal phases and see how data flows through a MapReduce pipeline. This Nugget ends with a live demonstration that executes a MapReduce job across a local Hadoop cluster.
5. Installing Apache Hadoop (Single Node) (29 min)
Installation time, w00t! This Nugget will walk you through an installation of Hadoop in pseudo-distributed mode to create a single node Hadoop cluster. We'll cover how to install and configure SSH, Java and Hadoop. Start, verify and stop all of the Hadoop demons, and cover time-saving tips along the way to make it as painless as possible.
6. Installing Apache Hadoop (Multi Node) (23 min)
This Nugget will show you how to break out from a single node cluster to a fully distributed multi-node cluster. We'll cover what cluster configurations look like, how to configure master/slave nodes, and how to properly start and stop a multi-node cluster, along with some common cluster "stuff." Good times!
7. Troubleshooting, Administering and Optimizing Hadoop (38 min)
This Nugget will get you up to speed on troubleshooting and tuning a cluster. We'll cover the troubleshooting process, walk through a demonstration on how to reproduce and fix a common installation issue and see where to look when issues occur. We'll also cover common administration tasks and walk through a demo on how to benchmark and tune a cluster using TeraGen/TeraSort.
8. Managing HDFS (25 min)
Data! Data! Get your data here! We'll cover where to find sample data - big and small-for your Hadoop clusters, and how to push that data into HDFS and manage it with utilities such as dfsadmin and fsck. We'll also cover the upgrade process and how to configure rack awareness.
9. MapReduce Development (36 min)
Take a journey through the magical land of MapReduce development! This Nugget will cover the development process and go through multiple live demonstrations on how to code, test, build, and run a MapReduce job on local filesystem data and against HDFS data in a live cluster.
10. Introduction to Pig (31 min)
This Nugget will cover Pig, the data flow scripting language of Hadoop! You'll learn how Pig is a simple abstraction on top of MapReduce to quickly and easily write queries against HDFS data. We'll get the basics and components of Pig down, get familiar with the Pig Latin language, install and configure Pig, and see it in action with a demo. Oink Oink!
11. Developing with Pig (36 min)
This Nugget is chock-full of Pig demonstrations! We'll cover how to load, store, filter, group, aggregate, and sort HDFS data interactively using Pig Latin within the grunt shell. We'll follow that up with batch processing by analyzing and executing complete Pig scripts where we cover how to join, combine and split our data flows, as well as write and implement our own custom user-defined functions.
12. Introduction to Hive (25 min)
This Nugget covers Hive, the SQL of Hadoop! You'll learn how Hive is a another simple abstraction on top of MapReduce that provides us with a familiar way to access HDFS data. We'll cover the components and architecture of Hive to see how it stores data in table like structures over HDFS data. Also covered are the basics of HiveQL, the SQL-compliant query language used to query those structures, and installation and configuration of Hive. We'll end this Nugget with a live demo to see Hive and HiveQL in action. BZZZT!
13. Developing with Hive (27 min)
This Nugget is chock-full of Hive demonstrations! We'll cover how to create external, internal, and partitioned hive tables, load data from the local filesystem as well as the distributed filesystem (HDFS), setup dynamic partitioning, create views, and manage indexes.
14. Introduction to HBase (27 min)
This Nugget covers HBase, the low-latency way of getting small specific data out of Hadoop! We'll start with what HBase is all about and highlight the differences between row and column-oriented data stores. Also, we'll get familiar with the architecture of HBase, get it up and running in our Hadoop cluster, and even see it in action by creating, loading, and dropping an HBase table. Woohoo HBase!
15. Developing with HBase (24 min)
Learn how to work with HBase data in this Nugget! We'll talk about the many ways to load and access HBase data, see how to configure a fully distributed HBase cluster, load data into an HBase table using Pig, query an HBase table using Hive, as well as pull a record of data out in real-time by starting and using a REST server.
16. Introduction to Zookeeper (24 min)
Learn how to coordinate distributed applications with Zookeeper in this Nugget! We'll cover what Zookeeper is, the architecture, internal data storage, and learn how to bring up an ensemble of Zookeeper servers and store data within those servers.
17. Introduction to Sqoop (24 min)
This Nugget will show you how to transfer data between Hadoop and relational database systems using Sqoop. We'll cover how to get Sqoop installed and configured, import data from a mySQL server into HDFS, import data from a SQL Server into Hive, and export data from Hadoop into a SQL Server instance. Sqadoosh!
18. Local Hadoop: Cloudera CDH VM (17 min)
This Nugget will show you how to get up and running with Hadoop and its projects quickly! Cloudera's quick-start virtual machine is a great way to jump in and start learning Hadoop without the hassle of fully configuring a Hadoop cluster. We'll cover what Cloudera CDH is all about and some of the unique tools it offers, how to obtain Cloudera's quickstart VM, get it up and running, and take a tour of the VM, including Cloudera Manager and Hue.
19. Cloud Hadoop: Amazon EMR (21 min)
This Nugget will show you how to use Amazon Web Services (AWS) Elastic MapReduce (EMR) to run fully managed Hadoop jobs in the cloud! We'll cover what EMR is and see how it's built on top of EC2 for processing and S3 for storage. We'll also transfer data directly from HDFS to an S3 bucket and create an EMR job flow to process the data stored inside of S3. (side note: all of these acronyms combined = AWSEMREC2S3!)
20. Cloud Hadoop: Microsoft HDInsight (18 min)
Are you a Microsoft shop looking for a Hadoop solution that seamlessly integrates with your existing technology stack? Look no further! This Nugget will get you up to speed on HDInsight, Microsoft's take on Hadoop both locally and in the cloud. We'll cover HDInsight from the Windows Azure cloud and see how to get a fully configured Hadoop cluster up and running in minutes. We'll also take a tour of the HDInsight web portal, run a few samples and even RDP into our cluster. Who knew elephants could fly?!

Screenshots:

cbtnuggets - Apache Hadoop (Repost)

cbtnuggets - Apache Hadoop (Repost)

cbtnuggets - Apache Hadoop (Repost)

NO MIRRORS PLEASE

WANT MORE? VISIT MY BLOG!


cbtnuggets - Apache Hadoop (Repost)