From a391c05e63168d6190b55fbf97d02685f2783c56 Mon Sep 17 00:00:00 2001 From: kino Date: Mon, 10 Apr 2023 10:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84=E5=92=8C?= =?UTF-8?q?=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- "note/flink/flink\347\274\226\350\257\221.md" | 18 ++++++++++++++++++ .../\346\225\260\347\273\204.md" | 0 .../\351\223\276\350\241\250.md" | 0 .../\351\230\237\345\210\227.md" | 0 5 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 "note/flink/flink\347\274\226\350\257\221.md" delete mode 100644 "note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\346\225\260\347\273\204.md" delete mode 100644 "note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\351\223\276\350\241\250.md" delete mode 100644 "note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\351\230\237\345\210\227.md" diff --git a/README.md b/README.md index 1fb2f28..cedff96 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@
Flink +* [Flink 源码编译](note/flink/flink编译.md) * [Flink 安装部署](note/flink/flink安装部署.md) * [Flink 构成和提交流程](note/flink/flink架构和提交流程.md) * [Flink 并行度的划分](note/flink/flink并行度.md) @@ -352,9 +353,7 @@
数据结构和算法 -* [数组](note/数据结构和算法/数组.md) -* [队列](note/数据结构和算法/队列.md) -* [链表](note/数据结构和算法/链表.md) +* [数据结构和算法](https://github.com/KinoMin/coder-base/tree/main/algorithm)
diff --git "a/note/flink/flink\347\274\226\350\257\221.md" "b/note/flink/flink\347\274\226\350\257\221.md" new file mode 100644 index 0000000..de0b493 --- /dev/null +++ "b/note/flink/flink\347\274\226\350\257\221.md" @@ -0,0 +1,18 @@ + + + + + +--- +# clone code +git clone https://github.com/apache/flink.git + +# checkout branch +```bash +git checkout release-1.12 +``` + +# build code +```bash +mvn install -Dmaven.test.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfast -T 4 -Dmaven.compile.fork=true +``` \ No newline at end of file diff --git "a/note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\346\225\260\347\273\204.md" "b/note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\346\225\260\347\273\204.md" deleted file mode 100644 index e69de29..0000000 diff --git "a/note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\351\223\276\350\241\250.md" "b/note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\351\223\276\350\241\250.md" deleted file mode 100644 index e69de29..0000000 diff --git "a/note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\351\230\237\345\210\227.md" "b/note/\346\225\260\346\215\256\347\273\223\346\236\204\345\222\214\347\256\227\346\263\225/\351\230\237\345\210\227.md" deleted file mode 100644 index e69de29..0000000