[
https://issues.apache.org/jira/browse/FLINK-15298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-15298:
-----------------------------------
Labels: auto-unassigned pull-request-available stale-major (was:
auto-unassigned pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Major but is unassigned and neither itself nor its Sub-Tasks have been updated
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this
ticket is a Major, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Wrong dependencies in the DataStream API tutorial (the wiki-edits example)
> --------------------------------------------------------------------------
>
> Key: FLINK-15298
> URL: https://issues.apache.org/jira/browse/FLINK-15298
> Project: Flink
> Issue Type: Bug
> Components: API / DataStream, Documentation
> Affects Versions: 1.7.2, 1.8.3, 1.9.1
> Reporter: Jun Qin
> Priority: Major
> Labels: auto-unassigned, pull-request-available, stale-major
> Fix For: 1.10.4, 1.11.4, 1.14.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> [The DataStream API Tutorial in Flink 1.9 |
> https://ci.apache.org/projects/flink/flink-docs-release-1.9/getting-started/tutorials/datastream_api.html]
> mentioned the following dependences:
> {code:java}
> <dependencies>
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-java</artifactId>
> <version>${flink.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-streaming-java_2.11</artifactId>
> <version>${flink.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-clients_2.11</artifactId>
> <version>${flink.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-connector-wikiedits_2.11</artifactId>
> <version>${flink.version}</version>
> </dependency>
> </dependencies>
> {code}
> There are two issues here:
> # {{flink-java}} and {{flink-streaming-java}} should be set to *provided*
> scope
> # {{flink-client}} is not needed. If {{flink-client}} is added into *compile*
> scope, {{flink-runtime}} will be added implicitly
--
This message was sent by Atlassian Jira
(v8.3.4#803005)