上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 53 下一页

Flink – metrics V1.2

摘要: WebRuntimeMonitor .GET("/jobs/:jobid/vertices/:vertexid/metrics", handler(new JobVertexMetricsHandler(metricFetcher))) .GET("/jobs/:jobid/metrics", handler(new JobMetricsHandler(metricFetcher))) ... 阅读全文
posted @ 2017-02-15 15:27 fxjwind 阅读(1927) 评论(1) 推荐(0) 编辑

Apache Common Math Stat

摘要: http://commons.apache.org/proper/commons-math/userguide/stat.html mark DescriptiveStatistics maintains the input data in memory and has the capability of producing "rolling" statistics computed f... 阅读全文
posted @ 2017-02-14 12:27 fxjwind 阅读(680) 评论(0) 推荐(0) 编辑

Flink – submitJob

摘要: Jobmanager的submitJob逻辑, /** * Submits a job to the job manager. The job is registered at the libraryCacheManager which * creates the job's class loader. The job graph is appended to the corr... 阅读全文
posted @ 2017-02-10 14:22 fxjwind 阅读(3460) 评论(0) 推荐(0) 编辑

Flink - TypeInformation

摘要: Flink 自己创建一套独立的类型系统, 参考, https://ci.apache.org/projects/flink/flink-docs-release-0.10/internals/types_serialization.html 为何要自己搞一套,而不像其他的平台一样让编程语言或serialization framework来天然做掉? Flink tries to know a... 阅读全文
posted @ 2017-01-17 19:09 fxjwind 阅读(1864) 评论(0) 推荐(0) 编辑

Apache Kafka - KIP-42: Add Producer and Consumer Interceptors

摘要: kafka 0.10.0.0 released Interceptors的概念应该来自flume 参考,http://blog.csdn.net/xiao_jun_0820/article/details/38111305 比如,flume提供的 Timestamp Interceptor Host Interceptor Static Interceptor Regex ... 阅读全文
posted @ 2017-01-10 16:04 fxjwind 阅读(415) 评论(0) 推荐(0) 编辑

Apache Kafka - Schema Registry

摘要: 关于我们为什么需要Schema Registry? 参考, https://www.confluent.io/blog/how-i-learned-to-stop-worrying-and-love-the-schema-part-1/ https://www.confluent.io/blog/schema-registry-kafka-stream-processing-yes-virg... 阅读全文
posted @ 2017-01-06 15:05 fxjwind 阅读(2534) 评论(0) 推荐(0) 编辑

Apache Kafka – KIP 32,33 Time Index

摘要: 32, 33都是和时间相关的, KIP-32 - Add timestamps to Kafka message 引入版本,0.10.0.0 需要给kafka的message加上时间戳,这样更方便一些, 比如在做retention,rolling,或getMessageByTime的时候 在config里面可以配置, message.timestamp.type - This to... 阅读全文
posted @ 2017-01-05 17:24 fxjwind 阅读(820) 评论(0) 推荐(0) 编辑

Flink 1.1 – ResourceManager

摘要: Flink resource manager的作用如图, FlinkResourceManager /** * * Worker allocation steps * * * The resource manager decides to request more workers. This can happen in order * t... 阅读全文
posted @ 2016-12-30 15:32 fxjwind 阅读(1916) 评论(9) 推荐(0) 编辑

Flink - InstanceManager

摘要: InstanceManager用于管理JobManager申请到的taskManager和slots资源 /** * Simple manager that keeps track of which TaskManager are available and alive. */ public class InstanceManager { // ---------------... 阅读全文
posted @ 2016-12-30 15:32 fxjwind 阅读(550) 评论(0) 推荐(0) 编辑

Online, Asynchronous Schema Change in F1

摘要: F1: A Distributed SQL Database That Scales http://disksing.com/understanding-f1-schema-change mark 阅读全文
posted @ 2016-12-27 17:15 fxjwind 阅读(548) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 53 下一页