Flink Kinesis connector in 1.3.0

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink Kinesis connector in 1.3.0

Foster, Craig

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig

Reply | Threaded
Open this post in threaded view
|

Re: Flink Kinesis connector in 1.3.0

Chesnay Schepler
Something went wrong during the release process which prevented the 1.3.0 kinesis artifact from being released.

This will be fixed for 1.3.1, in the mean time you can use 1.3.0-SNAPSHOT instead.

On 13.06.2017 17:48, Foster, Craig wrote:

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig


Reply | Threaded
Open this post in threaded view
|

Re: Flink Kinesis connector in 1.3.0

Foster, Craig

Thanks! Does this also explain why commons HttpClient is not included in flink-dist-*?

 

From: Chesnay Schepler <[hidden email]>
Date: Tuesday, June 13, 2017 at 8:53 AM
To: "[hidden email]" <[hidden email]>
Subject: Re: Flink Kinesis connector in 1.3.0

 

Something went wrong during the release process which prevented the 1.3.0 kinesis artifact from being released.

This will be fixed for 1.3.1, in the mean time you can use 1.3.0-SNAPSHOT instead.

On 13.06.2017 17:48, Foster, Craig wrote:

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig

 

Reply | Threaded
Open this post in threaded view
|

Re: Flink Kinesis connector in 1.3.0

Foster, Craig

So, in addition to the question below, can we be more clear on if there is a patch/fix/JIRA available since I have to use 1.3.0?

 

From: "Foster, Craig" <[hidden email]>
Date: Tuesday, June 13, 2017 at 9:27 AM
To: Chesnay Schepler <[hidden email]>, "[hidden email]" <[hidden email]>
Subject: Re: Flink Kinesis connector in 1.3.0

 

Thanks! Does this also explain why commons HttpClient is not included in flink-dist-*?

 

From: Chesnay Schepler <[hidden email]>
Date: Tuesday, June 13, 2017 at 8:53 AM
To: "[hidden email]" <[hidden email]>
Subject: Re: Flink Kinesis connector in 1.3.0

 

Something went wrong during the release process which prevented the 1.3.0 kinesis artifact from being released.

This will be fixed for 1.3.1, in the mean time you can use 1.3.0-SNAPSHOT instead.

On 13.06.2017 17:48, Foster, Craig wrote:

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig

 

Reply | Threaded
Open this post in threaded view
|

Re: Flink Kinesis connector in 1.3.0

Chesnay Schepler
Here's the relevant JIRA: https://issues.apache.org/jira/browse/FLINK-6812

Apologies if I was unclear, i meant that you could use the 1.3-SNAPSHOT version of the kinesis connector, as it is compatible with 1.3.0.
Alternatively you can take the 1.3.0 sources and build the connector manually.

As far as I'm aware there is no plan to retroactively release a 1.3.0 artifact.


I'm not aware of the missing httpclient dependency, pulling in Robert who may know something about it.


On 13.06.2017 21:00, Foster, Craig wrote:

So, in addition to the question below, can we be more clear on if there is a patch/fix/JIRA available since I have to use 1.3.0?

 

From: "Foster, Craig" [hidden email]
Date: Tuesday, June 13, 2017 at 9:27 AM
To: Chesnay Schepler [hidden email], [hidden email] [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Thanks! Does this also explain why commons HttpClient is not included in flink-dist-*?

 

From: Chesnay Schepler [hidden email]
Date: Tuesday, June 13, 2017 at 8:53 AM
To: [hidden email] [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Something went wrong during the release process which prevented the 1.3.0 kinesis artifact from being released.

This will be fixed for 1.3.1, in the mean time you can use 1.3.0-SNAPSHOT instead.

On 13.06.2017 17:48, Foster, Craig wrote:

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig

 


Reply | Threaded
Open this post in threaded view
|

Re: Flink Kinesis connector in 1.3.0

Foster, Craig

Oh, sorry. I’m not using distributed libraries but trying to build from source. So, using Maven 3.2.2 and building the connector doesn’t give me a jar for some reason.

 

From: Chesnay Schepler <[hidden email]>
Date: Tuesday, June 13, 2017 at 1:44 PM
To: "Foster, Craig" <[hidden email]>, "[hidden email]" <[hidden email]>, Robert Metzger <[hidden email]>
Subject: Re: Flink Kinesis connector in 1.3.0

 

Here's the relevant JIRA: https://issues.apache.org/jira/browse/FLINK-6812

Apologies if I was unclear, i meant that you could use the 1.3-SNAPSHOT version of the kinesis connector, as it is compatible with 1.3.0.
Alternatively you can take the 1.3.0 sources and build the connector manually.

As far as I'm aware there is no plan to retroactively release a 1.3.0 artifact.


I'm not aware of the missing httpclient dependency, pulling in Robert who may know something about it.


On 13.06.2017 21:00, Foster, Craig wrote:

So, in addition to the question below, can we be more clear on if there is a patch/fix/JIRA available since I have to use 1.3.0?

 

From: "Foster, Craig" [hidden email]
Date: Tuesday, June 13, 2017 at 9:27 AM
To: Chesnay Schepler [hidden email], [hidden email] [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Thanks! Does this also explain why commons HttpClient is not included in flink-dist-*?

 

From: Chesnay Schepler [hidden email]
Date: Tuesday, June 13, 2017 at 8:53 AM
To: [hidden email] [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Something went wrong during the release process which prevented the 1.3.0 kinesis artifact from being released.

This will be fixed for 1.3.1, in the mean time you can use 1.3.0-SNAPSHOT instead.

On 13.06.2017 17:48, Foster, Craig wrote:

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig

 

 

Reply | Threaded
Open this post in threaded view
|

Re: Flink Kinesis connector in 1.3.0

Chesnay Schepler
Did you activate the "include-kinesis" maven profile when building?

On 13.06.2017 22:49, Foster, Craig wrote:

Oh, sorry. I’m not using distributed libraries but trying to build from source. So, using Maven 3.2.2 and building the connector doesn’t give me a jar for some reason.

 

From: Chesnay Schepler [hidden email]
Date: Tuesday, June 13, 2017 at 1:44 PM
To: "Foster, Craig" [hidden email], [hidden email] [hidden email], Robert Metzger [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Here's the relevant JIRA: https://issues.apache.org/jira/browse/FLINK-6812

Apologies if I was unclear, i meant that you could use the 1.3-SNAPSHOT version of the kinesis connector, as it is compatible with 1.3.0.
Alternatively you can take the 1.3.0 sources and build the connector manually.

As far as I'm aware there is no plan to retroactively release a 1.3.0 artifact.


I'm not aware of the missing httpclient dependency, pulling in Robert who may know something about it.


On 13.06.2017 21:00, Foster, Craig wrote:

So, in addition to the question below, can we be more clear on if there is a patch/fix/JIRA available since I have to use 1.3.0?

 

From: "Foster, Craig" [hidden email]
Date: Tuesday, June 13, 2017 at 9:27 AM
To: Chesnay Schepler [hidden email], [hidden email] [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Thanks! Does this also explain why commons HttpClient is not included in flink-dist-*?

 

From: Chesnay Schepler [hidden email]
Date: Tuesday, June 13, 2017 at 8:53 AM
To: [hidden email] [hidden email]
Subject: Re: Flink Kinesis connector in 1.3.0

 

Something went wrong during the release process which prevented the 1.3.0 kinesis artifact from being released.

This will be fixed for 1.3.1, in the mean time you can use 1.3.0-SNAPSHOT instead.

On 13.06.2017 17:48, Foster, Craig wrote:

Hi:

I’m trying to build an application that uses the Flink Kinesis Connector in 1.3.0. However, I don’t see that resolving anymore. It resolved with 1.2.x but doesn’t with 1.3.0. Is there something I need to now do differently than described here?

https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/kinesis.html

 

Thanks,

Craig