Skip to content

Commit b80b7d2

Browse files
committed
Add note for Flink Archetype
1 parent c9fa11e commit b80b7d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user-defined-functions/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ mvn archetype:generate \
102102
cd ~/currency-converter
103103
```
104104

105+
> Note: Flink provides a [Maven Archetype and quickstart script](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/dev/configuration/overview/#getting-started) for getting started. However, it includes a lot of dependencies and boilerplate we don't need for this tutorial, so we will start with a minimal Maven project instead.
106+
105107
We can remove the provided tests and their dependencies, as we don't need them for this tutorial:
106108

107109
```shell

0 commit comments

Comments
 (0)