Scalable Stream Processing - Spark Streaming and Flink## Scalable Stream Processing - Spark Streaming and Flink Amir H. Payberah payberah@kth.se 05/10/2018 https://id2221kth.github.io ## Data Processing Graph Data Pregel, GraphLab, PowerGraph GraphX Chaos Batch Data MapReduce, Dryad FlumeJava, Spark Structured Data Spark SQL Machine Learning Mliib Tensorflow Streaming Data Storm, SEEP, Naiad, Spark Streaming, Flink, Millwheel, Google Dataflow Issues ▶ Continuous vs. micro-batch processing Record-at-a-Time vs. declarative APIs ▶ Spark streaming ▶ Flink ## Spark Streaming ## ▶ Design issues • Continuous vs. micro-batch processing • Record-at-a-Time0 码力 | 113 页 | 1.22 MB | 2 年前3
Spark 简介以及与 Hadoop 的对比# Spark 简介以及与 Hadoop 的对比 ## 1 Spark 简介 ### 1.1 Spark 概述 Spark 是 UC Berkeley AMP lab 所开源的类 Hadoop MapReduce 的通用的并行计算框架,Spark 基于 map reduce 算法实现的分布式计算,拥有 Hadoop MapReduce 所具有的优点;但不同于 MapReduce 的是 Job 中间输出和结果可以保存在内存中,从而不再需要读写 HDFS,因此 Spark 能更好地适用于数据挖掘与机器学习等需要迭代的 map reduce 的算法。 ### 1.2 Spark 核心概念 #### 1.2.1 弹性分布数据集(RDD) RDD 是 Spark 的最基本抽象, 是对分布式内存的抽象使用, 实现了以操作本地集合的方式来操作分布式数据集的抽象实现。RDD 是 Spark 最核心的东西, 它表示已被分区, 不可变的并能够被并行操作的数据集合 RDD 的操作不是马上执行,Spark 在遇到 Transformations 操作时只会记录需要这样的操作,并不会去执行,需要等到有 Actions 操作的时候才会真正启动计算过程进行计算。 2. 操作(Actions) (如 : count, collect, save 等), Actions 操作会返回结果或把 RDD 数据写到存储系统中。Actions 是触发 Spark 启动计算的动因。 ####0 码力 | 3 页 | 172.14 KB | 2 年前3
MATLAB与Spark/Hadoop相集成:实现大数据的处理和价值挖MATLAB与Spark/Hadoop相集成:实现大数据的处理和价值挖 马文辉  ## 内容 ## 大数据及其带来的挑战 ## ■ MATLAB大数据处理 tall数组 并行与分布式计算 ## ■ MATLAB与Spark/Hadoop集成 MATLAB与Spark/Hadoop集成 MATLAB访问HDFS(Hadoop分布式文件系统) 在Spark/Hadoop集群上运行MATLAB代码 ## 应用演示-汽车传感器数据分析 ## 大数据概述 大数据的"4V"特征: - Volumes - 数据规模,数据规模巨大 互联网、社交网络的普及,全社会的数字化转型,数据规模向PB级发展 Variety - 数据种类,数据种类繁多 结构化数据,半结构化数据,非结构化数据 Arrays SPMD and Distributed Arrays MapReduce R2014b MapReduce (MDCS/PCT) R2014b - MATLAB API for Spark API R2016b Tall Arrays R2016b . 3. Supports0 码力 | 199 页 | 3.89 MB | 2 年前3
Apache Kyuubi 1.6.1 DocumentationJDBC interface for large-scale data processing and analytics, built on top of Apache Spark $ ^{™} $ [http://spark.apache.org/]. In general, the complete ecosystem of Kyuubi falls into the hierarchies the above figure, with each layer loosely coupled to the other. For example, you can use Kyuubi, Spark and Apache Iceberg [https://iceberg.apache.org/] to build and manage Data Lake with pure SQL for both multi-tenancy, and this is why we want to create this project despite that the Spark Thrift JDBC/ODBC server [http://spark.apache.org/docs/latest/sql-distributed-sql-engine.html#running-the-thrift-jdbcodbc-server]0 码力 | 401 页 | 5.42 MB | 2 年前3
Apache Kyuubi 1.6.0 DocumentationJDBC interface for large-scale data processing and analytics, built on top of Apache Spark $ ^{™} $ [http://spark.apache.org/]. In general, the complete ecosystem of Kyuubi falls into the hierarchies the above figure, with each layer loosely coupled to the other. For example, you can use Kyuubi, Spark and Apache Iceberg [https://iceberg.apache.org/] to build and manage Data Lake with pure SQL for both multi-tenancy, and this is why we want to create this project despite that the Spark Thrift JDBC/ODBC server [http://spark.apache.org/docs/latest/sql-distributed-sql-engine.html#running-the-thrift-jdbcodbc-server]0 码力 | 391 页 | 5.41 MB | 2 年前3
共 273 条
- 1
- 2
- 3
- 4
- 5
- 6
- 28













