This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new c3d6dc10 [Fix][Doc]Submit tasks in Yarn Applicatoin mode, flink-json
JAR package deduplicate (#211)
c3d6dc10 is described below
commit c3d6dc107a30056ccd194090f5895a1d30e064fb
Author: cfbber <[email protected]>
AuthorDate: Sat Jun 17 21:50:40 2023 +0800
[Fix][Doc]Submit tasks in Yarn Applicatoin mode, flink-json JAR package
deduplicate (#211)
Flink1.14.6 lib/ contains flink-json
---
docs/user-guide/2-quickstart.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/docs/user-guide/2-quickstart.md b/docs/user-guide/2-quickstart.md
index 1c955475..fead8141 100644
--- a/docs/user-guide/2-quickstart.md
+++ b/docs/user-guide/2-quickstart.md
@@ -88,11 +88,6 @@ GROUP BY DATE_FORMAT(ts, 'yyyy-MM-dd HH:00');
<version>1.14.6</version>
</dependency>
-<dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-json</artifactId>
- <version>1.14.6</version>
-</dependency>
```