Big Data Notes

Source: Internet
Author: User

1. Big data is now synonymous with spark, is a fast cluster computing system, one of its functions is streaming, support real-time data flow, the real-time data stream into discrete data stream discretized stream, wherein each discrete set of RDD resilient Distributed dataset

2. Calculation functions include: FlatMap: One-to-many, map: one-to-one, Reducebykey: Merge value by key

3. In Spark's program, a calculation formula is established, but not executed, only after spark streaming context start

4. The problem with D is how to ensure that the underlying structured data flow is not fragmented, such as when each RDD does transform.

5. A spark worker/executor requires a thread to occupy a core, and their total does not exceed the number of cores

6. Each dstream corresponds to a receiver, and each spark receiver needs a thread

7. Like Kafka, you can subdivide multiple topic so that multiple Dstream can be used to receive the data stream, thus increasing the degree of concurrency

Big Data Notes

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.