Re: HBase issue

2015-09-24 Thread Flavio Pompermaier
I'm actually the last developer that touched the HBase connector but I never faced that problems with the version specified in the extension pom. >From what I can tell looking at your logs it seems that there are some classpath problem ( Failed to classload HBaseZeroCopyByteString: java.lang.Illega

Re: HBase issue

2015-09-24 Thread Robert Metzger
I'm really sorry that you are facing the issue. I saw your message on the Hbase-user mailing list [1]. Maybe you can follow up with Ted so that he can help you. There are only a few Flink user on this mailing list using it with HBase. I actually think that the problem is more on the HBase than on t

Re: HBase issue

2015-09-24 Thread Lydia Ickler
I am really trying to get HBase to work... Is there maybe a tutorial for all the config files? Best regards, Lydia > Am 23.09.2015 um 17:40 schrieb Maximilian Michels : > > In the issue, it states that it should be sufficient to append the > hbase-protocol.jar file to the Hadoop classpath. Flin

Re: HBase issue

2015-09-24 Thread Lydia Ickler
Hi I tried that but unfortunately it still gets stuck at the second split. Can it be that I have set something in my configurations wrong? In Hadoop? Or Flink? The strange thing is that the HBaseWriteExample works great! Best regards, Lydia > Am 23.09.2015 um 17:40 schrieb Maximilian Michels

Re: HBase issue

2015-09-23 Thread Maximilian Michels
In the issue, it states that it should be sufficient to append the hbase-protocol.jar file to the Hadoop classpath. Flink respects the Hadoop classpath and will append it to its own classpath upon launching a cluster. To do that, you need to modify the classpath with one of the commands below. Not

Re: HBase issue

2015-09-23 Thread Aljoscha Krettek
It might me that this is causing the problem: https://issues.apache.org/jira/browse/HBASE-10304 In your log I see the same exception. Anyone has any idea what we could do about this? On Tue, 22 Sep 2015 at 22:40 Lydia Ickler wrote: > Hi, > > I am trying to get the HBaseReadExample to run. I hav

HBase issue

2015-09-22 Thread Lydia Ickler
Hi, I am trying to get the HBaseReadExample to run. I have filled a table with the HBaseWriteExample and purposely split it over 3 regions. Now when I try to read from it the first split seems to be scanned (170 rows) fine and after that the Connections of Zookeeper and RCP are suddenly closed