Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • spark-streaming-flume-sink_2.11-2.1.3.jar 将该jar包上传至flume/lib目录下,并将spark-streaming-flume其他版本jar包删除即可使用,该jar包适用于spark2.1.3版本使用
  • flink,spark streaming,storm框架对比 flink,spark streaming,storm框架对比,
  • Continuous Processing in Structured Streaming Design Sketch Structured Streaming was the 2nd (and the latest) major streaming effort in Spark. Its design decouples the frontend (user-facing APIs) and backend (execution), and allows us to change the execution model without any user API change.
  • 基于 Flume+ Kafka+ Spark Streaming 实现实时监控输出日志的报警系统的 Spark Streamin... 基于 Flume+ Kafka+ Spark Streaming 实现实时监控输出日志的报警系统的 Spark Streaming 程序代码。 基于 Flume+Kafka+Spark Streaming 实现实时监控输出日志的报警系统的 Spark Streaming 程序代码,博客链接: https://blog.csdn.net/linge1995/article/details/81326146 Spark Stream 实时监控
  • Spark-Streaming编程指南.docx Spark Streaming属于Spark的核心api,它支持高吞吐量、支持容错的实时流数据处理
  • Streaming Systems - Tyler Akidau 郑重声明:该资料仅供学习研究参考! 建议大家支持并购买正版书籍:https://www.amazon.cn/dp/1491983876/ref=sr_1_1?ie=UTF8&qid=1539237846&sr=8-1&keywords=streaming+systems
  • streaming systems ... tame the massive unbounded data sets that pervade our world, streaming systems have finally reached a level of maturity sufficient for ... data scientists, and developers will learn how to work with streaming data in a conceptual and platform-agnostic way. ...
  • spark-streaming-flume-sink_2.11-2.0.0.jar spark-streaming-flume-sink_2.11-2.0.0.jar的jar包。
  • fast data architectures for streaming applications 2nd edition ebook fast data architectures for streaming applications 2nd edition 大数据架构师学习指南
  • 2-3-Spark+Streaming.pdf spark程序是使用一个spark应用实例一次性对一批历史数据进行处理,spark streaming是将持续不断输入的数据流转换成多个batch分片,使用一批spark应用实例进行处理。