HDFs Distributed File System

Source: Internet
Author: User

    • HDFS Overview and Design objectives
      • What if we were to design a distributed file storage system ourselves?
      • HDFs Design Goals
        • A very large Distributed file system
        • Running on plain, inexpensive hardware
        • Easy to expand, provide users with a good performance file storage System
    • HDFS Architecture

Master (NAMENODE/NN) with n slaves (DATANODE/DN)

Same as Hdfs/yarn/hbase architecture

1 files will be split into multiple blocks

blocksize:128m

130M = = "2 x block:128m and 2M

NameNode:

1. Response for client requests

2. Responsible for the management of metadata (file name, copy factor, block storage dn)

Dn:

1. Block of data corresponding to the stored user's files

2. To send the heartbeat information to the NN on a regular basis, and report all of its block information, health status

  

    • HDFs replica mechanism

      • HDFS Copy Storage Policy

    • HDFS Environment Setup

: http://archive.cloudera.com/cdh5/cdh/5/

Version number: hadoop-2.6.0-cdh5.7.0

Installation Instructions: http://archive.cloudera.com/cdh5/cdh/5/hadoop-2.6.0-cdh5.7.0/hadoop-project-dist/hadoop-common/SingleCluster.html

Help Link: http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html

      • Hadoop Pseudo-Installation steps

HDFs Distributed File System

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.