Patrick Fletcher created FLINK-15180:
----------------------------------------
Summary: Docs say to use Kinesis profile which no longer exists
Key: FLINK-15180
URL:
https://issues.apache.org/jira/browse/FLINK-15180 Project: Flink
Issue Type: Bug
Components: Connectors / Kinesis
Affects Versions: 1.8.2
Environment: Windows 10
Java 1.8.0_231
Reporter: Patrick Fletcher
Fix For: 1.8.2
The instructions here:
[
https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/connectors/kinesis.html]
say to use the following commands to build and install Flink with the Kinesis connector:
{{mvn clean install -Pinclude-kinesis -DskipTests}}
{{cd flink-dist}}
{{mvn clean install -Pinclude-kinesis -DskipTests}}
There is no longer a profile called "include-kinesis"; the docs should say the following instead, which seems to work:
cd flink-connectors/flink-connector-kinesis
{{mvn clean install -DskipTests }}
{{}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)