Hi! Been trying to add a new class to send over from the client to the server and also 2 new classes for sending and receiving the new object. Have added the new class to addToMap in HbaseObjectWritable and updated HRegionInterface.
When doing call.wait in HBaseClient:call I end up in DataInputStream readInt() which throws an EOFException, so I'm assuming that I'm at the server side, but not sure where I end up, in what class/method, because step function doesn't work. Anyone knows where to look or what I'm missing here? Regards Erik
