Background of hadoop2.0

Source: Internet
Author: User

Differences between hadoop and hadoop Ecosystem

Hadoop: SuitableBig DataDistributed StorageAndDistributed ComputingOfPlatform, Which corresponds to HDFS and mapreduce in hadoop1.x;

Hadoop ecosystem: a huge concept. hadoop is one of the most important and fundamental components; each subsystem in the ecosystem is only responsible for solving a specific problem domain (or even narrower). It is not an all-around system but a small and refined multiple small systems;

 

Problems in hadoop1.x

In hadoop1.x, HDFS and mapreduceHigh availability and scalabilityAnd so on:

HDFS problems:

1. namenode existsSingle point of failure, Affecting the real use of the production environment;

2. namenodeHigh Pressure, AndLimited Memory, Affecting system scalability;

High pressure: because there is only one namenode, all requests must pass through it;

Memory limit: because there is only one namenode, all metadata information must be stored on namenode;

Mapreduce problems:

1. jobtrackerSingle point of failure;

2. jobtracker accessHigh Pressure, Affecting system scalability;

3. It is difficult to support computing frameworks other than mapreduce (such as spark and storm );

 

Based on the above problems in hadoop1.x, hadoop2 was generated;

 

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.