Big Data Two: the analysis of Hadoop and Spark

Source: Internet
Author: User

Reprinted self-Knowledge: https://www.zhihu.com/question/26568496

1) MapReduce: is an off-line computing framework that abstracts an algorithm into a map and reduce two phases

Processing, which is ideal for data-intensive computing.

2) The Spark:mapreduce Computing framework is not suitable for iterative computation and interactive computing, and MapReduce is a disk

Computing framework, and Spark is a memory-computing framework that puts data into memory as much as possible to improve iterations

Computational efficiency for application and interactive applications.

3) Storm:mapreduce is also not suitable for streaming calculation, real-time analysis, such as ad click Calculation, and

Storm is better at this kind of computation, and it is much better in real time than the MapReduce computational framework.

4) Tez: A computational framework that runs on top of yarn to support DAG operations, and summarizes the data processing of mapreduce. It

Split the map/reduce process into several sub-processes while simultaneously combining multiple map/reduce tasks into one

The larger DAG task reduces the file storage between map/reduce. At the same time, reasonable combination of its sub-processes, can also

To reduce the run time of the task.

Big Data Two: the analysis of Hadoop and Spark

Related Article

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.