摘要:
1. c++ 使用c的函数 c++ 标准库使用 c标准库,比如 cstdio /** @file include/cstdio * This is a Standard C++ Library file. You should @c #include this file * in your prog 阅读全文
摘要:
如下的 schema 定义了每行是一个组合类型Document:(required表示必须有,optional表示可选,repeated表示可重复的,即数组(数组长度可以是0)。group类似于struct) message Document { required int64 DocId; opti 阅读全文
摘要:
对 https://arxiv.org/abs/1506.08603 (Lightweight Asynchronous Snapshots for Distributed Dataflows) 的翻译和自己理解。 前言 这边文章讲述的是flink的checkpoint(检查点)的原理,checkp 阅读全文