大数据
嗨嗨人生
这个作者很懒,什么都没留下…
展开
-
Hadoop MapReduce vs. Apache Spark
Hadoop and Spark are both big data frameworks that provide the most popular tools used to carry out common big data-related tasks. Let's cover their differences.Theopen source HPCC Systemsplatform...转载 2019-03-05 15:25:49 · 322 阅读 · 0 评论 -
Stream Processing With Apache Flink
See how to get started with writing stream processing algorithms using Apache Flink. by reading a stream of Wikipedia edits and getting some meaningful data out of it.The Architect’s Guide to Big Da...转载 2019-03-05 16:42:19 · 951 阅读 · 0 评论 -
5分钟从零构建第一个 Flink 应用
在本文中,我们将从零开始,教您如何构建第一个 Flink 应用程序。开发环境准备Flink 可以运行在 Linux, Max OS X, 或者是 Windows 上。为了开发 Flink 应用程序,在本地机器上需要有Java 8.x和maven环境。如果有 Java 8 环境,运行下面的命令会输出如下版本信息: $ java -versionjava vers...转载 2019-03-05 16:59:39 · 474 阅读 · 0 评论 -
Flink State Management and Fault Tolerance for Real-Time Computing
We look at the processing of stateful streaming data, state interfaces, and the implementation of state management and fault tolerance in Apache Flink.Learn how to operationalize machine learning an...转载 2019-03-05 18:51:52 · 303 阅读 · 0 评论