You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Seth Wiesman (Jira)" <ji...@apache.org> on 2019/12/10 19:15:00 UTC

[jira] [Commented] (FLINK-15180) Docs say to use Kinesis profile which no longer exists

    [ https://issues.apache.org/jira/browse/FLINK-15180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16992861#comment-16992861 ] 

Seth Wiesman commented on FLINK-15180:
--------------------------------------

Hi [~patrickfletcher],

 

You linked to the Flink 1.8 documentation. Prior to Flink 1.10 (not yet released), the community was unable to publish the Kinesis connector due to licensing issues. If you are using Flink 1.8.2 then you need to check out that tag from the git repository before building the connector. On that tag the profile does exist[1].

 

 [1] https://github.com/apache/flink/blob/release-1.8.2/flink-connectors/pom.xml#L123

> 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
>            Priority: Major
>             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)