Connection closes prematurely

2015-09-24 Thread Lydia Ickler
Hi all, I am trying to get the HBaseReadExample from Apache Flink to run. I have filled a table with the HBaseWriteExample (that works great) 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

Re: Connection closes prematurely

2015-09-24 Thread Ted Yu
22:28:10,233 DEBUG org.apache.hadoop.hbase.util.ByteStringer - Failed to classload HBaseZeroCopyByteString: java.lang.IllegalAccessError: class com.google.protobuf.HBaseZeroCopyByteString cannot access its superclass com.google.protobuf.LiteralByteString Can you check the classpath ? HBaseZer

Re: Connection closes prematurely

2015-09-24 Thread Lydia Ickler
Hi Ted, I was running against hadoop-2. Yeah, the Hbase-protocol seems to ne missing? How would I add it? Best regards, Lydia > Am 24.09.2015 um 16:56 schrieb Ted Yu : > > 22:28:10,233 DEBUG org.apache.hadoop.hbase.util.ByteStringer > - Failed to classload HBaseZeroCopyByteString: > ja

Re: Connection closes prematurely

2015-09-25 Thread Ted Yu
See if this helps: http://pastebin.com/s9e86JHW On Thu, Sep 24, 2015 at 11:46 PM, Lydia Ickler wrote: > > > Hi Ted, > > I was running against hadoop-2. > Yeah, the Hbase-protocol seems to ne missing? > How would I add it? > > Best regards, > Lydia > > > > > Am 24.09.2015 um 16:56 schrieb Ted Yu