Repository: flink Updated Branches: refs/heads/master 9fb1c23aa -> cf7d60242
[FLINK-8719] Add module description for flink-contrib to clarify its purpose This closes #5537. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cf7d6024 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/cf7d6024 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/cf7d6024 Branch: refs/heads/master Commit: cf7d6024248555877b8b0463bdd0fdba7ed69365 Parents: 9fb1c23 Author: Bowen Li <[email protected]> Authored: Tue Feb 20 11:04:43 2018 -0800 Committer: zentol <[email protected]> Committed: Tue Feb 27 10:18:47 2018 +0100 ---------------------------------------------------------------------- flink-contrib/README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/cf7d6024/flink-contrib/README.md ---------------------------------------------------------------------- diff --git a/flink-contrib/README.md b/flink-contrib/README.md new file mode 100644 index 0000000..861d8a1 --- /dev/null +++ b/flink-contrib/README.md @@ -0,0 +1,4 @@ +## Purpose of this module + +`flink-contrib` is a staging/incubating area for new modules while the community evaluates +how they are received by users and whether there will be commitment to maintain them in long term.
