Fwd: Flink 0.10.1 and HBase

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

Fwd: Flink 0.10.1 and HBase

Christophe Salperwyck
Hi all,

I have an issue with Flink 0.10.1, HBase and Guava, it seems to be related to this JIRA:

If I removed the com.google.common.* class files from the jar file, it works then.

Is there any other way to deal with this problem?

Thanks for your work!

Reply | Threaded
Open this post in threaded view
|

Re: Flink 0.10.1 and HBase

rmetzger0
Hi Christophe,

I'm sorry that you ran into the issue. Right now, there is no better fix. For the next releases, I'll take care that this doesn't happen again.

Maybe (you are the third user who (however implicitly) requested publicly for a flink 0.10.2 release), we'll do a 0.10.2 before 1.0.0.


On Mon, Jan 25, 2016 at 3:46 PM, Christophe Salperwyck <[hidden email]> wrote:
Hi all,

I have an issue with Flink 0.10.1, HBase and Guava, it seems to be related to this JIRA:

If I removed the com.google.common.* class files from the jar file, it works then.

Is there any other way to deal with this problem?

Thanks for your work!


Reply | Threaded
Open this post in threaded view
|

Re: Flink 0.10.1 and HBase

Nick Dimiduk-2
In reply to this post by Christophe Salperwyck
Hi Christophe,

What HBase version are you using? Have you looked at using the shaded client jars? Those should at least isolate HBase/Hadoop's Guava version from that used by your application.

-n

On Monday, January 25, 2016, Christophe Salperwyck <[hidden email]> wrote:
Hi all,

I have an issue with Flink 0.10.1, HBase and Guava, it seems to be related to this JIRA:

If I removed the com.google.common.* class files from the jar file, it works then.

Is there any other way to deal with this problem?

Thanks for your work!