- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 138字
- 2021-07-02 18:55:23
Spark Streaming
Stream processing is another big and popular topic for Apache Spark. It involves the processing of data in Spark as streams and covers topics such as input and output operations, transformations, persistence, and checkpointing, among others.
Apache Spark Streaming will cover the area of processing, and we will also see practical examples of different types of stream processing. This discusses batch and window stream configuration and provides a practical example of checkpointing. It also covers different examples of stream processing, including Kafka and Flume.
There are many ways in which stream data can be used. Other Spark module functionality (for example, SQL, MLlib, and GraphX) can be used to process the stream. You can use Spark Streaming with systems such as MQTT or ZeroMQ. You can even create custom receivers for your own user-defined data sources.
- Learning Python Web Penetration Testing
- Oracle WebLogic Server 12c:First Look
- Kali Linux Web Penetration Testing Cookbook
- OpenDaylight Cookbook
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Java編程指南:基礎(chǔ)知識(shí)、類庫(kù)應(yīng)用及案例設(shè)計(jì)
- Java Web及其框架技術(shù)
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- 軟件測(cè)試實(shí)用教程
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Serverless Web Applications with React and Firebase
- C++ Application Development with Code:Blocks