Udemy Real World Hadoop - Hands on Enterprise Distributed Storage. Udemy
Price: USD 90

    Course details

    The Hadoop Distributed File System (HDFS) is a distributed file system designed to run on commodity hardware. It has many similarities with existing distributed file systems.

    We will be manipulating the HDFS File System, however why are Enterprises interested in HDFS to begin with?

    However, the differences from other distributed file systems are significant.

    HDFS is highly fault-tolerant and is designed to be deployed on low-cost hardware. 

    HDFS provides high throughput access to application data and is suitable for applications that have large data sets. 

    HDFS relaxes a few POSIX requirements to enable streaming access to file system data. 

    HDFS is part of the Apache Hadoop Core project.

    Hardware failure is the norm rather than the exception. An HDFS instance may consist of hundreds or thousands of server machines, each storing part of the file system's data. The fact that there are a huge number of components and that each component has a non-trivial probability of  failure means that some component of HDFS is always non-functional. Therefore, detection of faults and quick, automatic recovery from them is a core architectural goal of HDFS.

    Applications that run on HDFS have large data sets. A typical file in  HDFS is gigabytes to terabytes in size. Thus, HDFS is tuned to support large files. It should provide high aggregate data bandwidth and scale  to hundreds of nodes in a single cluster. It should support tens of   millions of files in a single instance.

    A computation requested by an application is much more efficient if it  is executed near the data it operates on. This is especially true when the size of the data set is huge. This minimizes network congestion and  increases the overall throughput of the system. The assumption is that 
    it is often better to migrate the computation closer to where the data  is located rather than moving the data to where the application is running. HDFS provides interfaces for applications to move themselves  closer to where the data is located. 

    .

    Here I present a curriculum as to the current state of my Cloudera courses.

    My Hadoop courses are based on Vagrant so that you can practice and destroy your virtual environment before applying the installation onto real servers/VMs.

    .

    For those with little or no knowledge of the Hadoop eco systemUdemy course : Big Data Intro for IT Administrators, Devs and Consultants

    .

    I would first practice with Vagrant so that you can carve out a virtual environment on your local desktop. You don't want to corrupt your physical servers if you do not understand the steps or make a mistake.Udemy course : Real World Vagrant For Distributed Computing

    .

    I would then, on the virtual servers, deploy Cloudera Manager plus agents. Agents are the guys that will sit on all the slave nodes ready to deploy your Hadoop servicesUdemy course : Real World Vagrant - Automate a Cloudera Manager Build

    .

    Then deploy the Hadoop services across your cluster (via the installed Cloudera Manager in the previous step). We look at the logic regarding the placement of master and slave services.Udemy course : Real World Hadoop - Deploying Hadoop with Cloudera Manager

    .

    If you want to play around with HDFS commands (Hands on distributed file manipulation).Udemy course : Real World Hadoop - Hands on Enterprise Distributed Storage.

    .

    You can also automate the deployment of the Hadoop services via Python (using the Cloudera Manager Python API). But this is an advanced step and thus I would make sure that you understand how to manually deploy the Hadoop services first.Udemy course : Real World Hadoop - Automating Hadoop install with Python!

    .

    There is also the upgrade step. Once you have a running cluster, how do you upgrade to a newer hadoop cluster (Both for Cloudera Manager and the Hadoop Services).Udemy course : Real World Hadoop - Upgrade Cloudera and Hadoop hands on


    Updated on 22 March, 2018
    Courses you can instantly connect with... Do an online course on Software Development starting now. See all courses

    Rate this page