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
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
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
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
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
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